td {
	font-size: 12px;
	color: black;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
} 

a:link,a:visited {
	text-decoration: underline;
	color: black;	
	font-weight: normal;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

a:hover, a:active{
	text-decoration: none;
	color: white;	
	font-weight: normal;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}