table {
	border-collapse: collapse;
	border-width: 1px; 	
	font-family: Geneva, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
}
a:link { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; }
a:hover { color: black; text-decoration: none; }
a:active { color: black; text-decoration: none; }
	
td a { 
	display: block;
	background-color: #99ccff;	
	text-align: center; 
}

td a:hover { background-color: #ffff00; }
td a:active { background-color: #ffff00; }

