@charset "iso-8859-1";
<style type="text/css">

body,html {
	background-color: #f4f4f4;
	height: 100%;
	font-family: verdana;
	font-size: 12px;
}

td {
	background-color: #f4f4f4;
	font-family: verdana;
	font-size: 12px;
}

a:visited {
	text-decoration: none;
	color: #336699;
}


a:link {
	text-decoration: none;
	color: #000099;
}

a:hover {
	text-decoration: underline; 
	color: #FF0000;
}


</style>