html, body, td{
	font: xx-small "Verdana", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color:#H202020;
}
a { 
	font-size: small; 
	color: #000157;
	text-decoration: none;
	font-style: normal;
	}
	a:hover
{
	text-decoration: none;
	color: yellow;
	background-color: black;
}
