a:link, a:visited, a:active {
	color: #000000;
   	text-decoration: none;
	font-family: Georgia,  Tahoma, Vergana, Arial, serif;
	font-size: small;
}
a:focus, a:hover {
	color: #648396;
	text-decoration: underline;
	font-size: small;
}
td.head { 
	background: #A0E2BF; 
	font-family: Georgia,  Tahoma, Vergana, Arial, serif;	
	color: black;
}
td.cell { 
	background: #F4FFF9;
	color: black;
	font-size: small; 
}