body, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	background-color: Silver;
}

a {
	text-decoration: underline;
	color: Green;
}

a:hover {
	text-decoration: none;
}
