body{
	font-family:Verdana;
}
A:link, A:visited, A:active {
	text-decoration: none;
	color:blue;
}
A:hover {
	text-decoration: underline;
	color:red;
}
th, td{
	font-size: 10pt;
}

