a:link {
	text-decoration: none;
	font-weight: bold;
	color: #00156E;
}
a:visited {
	color: #00187D;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	background-color: #CCC;
}
a:active {
	color: #B38AAF;
	background-color: #333;
}

