

a:active {
	color: #CC0000;
}
a:visited {
	color: #999999;
}
a:link {
	color: #000033;
	text-decoration: none;
}
a:hover {
	color: #6B1110;
	font-weight: bold;
	text-decoration: underline;
}
