@charset "utf-8";
/* CSS Document */
a:link  {
	font-weight : bold;
	text-decoration : none;
	color : #990000;
} 
a:visited  {
	font-weight : bold;
	text-decoration : none;
	color : #990000;
} 
a:hover, a:active  {
	text-decoration : underline;
	color : #FF0033;
} 