a:link {
	color: black;
	text-decoration: none;
}

a:visited {
  	color: black;
	text-decoration: none;  
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}






