body {	
	font-family: verdana;
	color: black;
	font-size: 10px;
	line-height: 17px;
}

td {	
	font-family: verdana;
	color: black;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
}

a:link {
	font-family: verdana; 
	color: black; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-family: verdana; 
	color: black; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: verdana; 
	color: grey; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-family: verdana; 
	color: black; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}