@charset "UTF-8";
#content /* CSS Document */

 a {
	color: #333333;
	text-decoration: underline;
}
#content  a:link {
	color: #333333;
	text-decoration: underline;
}
#content  a:hover {
	color: #990000;
	text-decoration: underline;
}
#content  a:visited {
	color: #333333;
	text-decoration: underline;
}
