a:link {
	font-weight: bold;
	color: #0A51A1;
	text-decoration: none;
}
a:visited {
	color: #0A51A1;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
