A:link {
	text-decoration: none;
	font-weight: bold;
	color: #001CD6;
}
A:visited {	text-decoration: none;
	font-weight: bold;
	color: #001CD6;}
A:active {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}
A:hover {
	text-decoration: underline;
	color: #CC3300;
	font-weight: bold;
}
