a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #003366;
	font-variant: normal;
	font-weight: bold;






}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
	font-variant: small-caps;


}
