a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #990000;
}

a:active {
	color: #990000;
	border: thin none #333333;
	background-color: #CCCCCC;

}
