a:link {
	color: blue; 
	text-decoration: none;
}
a:visited {
	color: blue; 
	text-decoration: none;
} 
a:active {
	color: #C0C0C0;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}

td {
	font-family: Verdana;
	font-size: 12;
	text-align: justify;
}
th {
	font-family: Verdana;
	font-size: 12;
	text-align: justify;
}


