a:link {
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;

}
a:visited {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
a:active {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;

}
