a:link {
	font-weight: bold;
	color: #990000;
}

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

a:visited {
	font-weight: bold;
	color: #990000;
}

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

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
