a:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
