BODY {
	font-family: courier new, courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	}
A  {
	font-family: courier new, courier, monospace;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
	}
A:visited  {
	font-family: courier new, courier, monospace;
	font-size: 16px;
	color: #ff0000;
	text-decoration: none;
	}	
<style TYPE="text/css"> 
a:link { text-decoration: #ff0000; }
a:visited { text-decoration: none; }
a:hover { font-style:"normal"; }
a:hover { text-decoration: #ffcc00; }
a:hover { color: #FFFFFF; }
a:hover { text-decoration: underline; 
</style>
