

body {
	font-family : verdana, tahoma, arial, san-serif;
	font-size : 8pt;
	color : black}
	
<style type="text/css">

A:link 
	{text-decoration: none
	}
A:visited
	{text-decoration: none
	}
A:active 
	{text-decoration: underline
	}
A:hover 
	{text-decoration: underline;
	color: orange;
	}

	
.header a:link {
	text-decoration: none;
	color: white;
	}
.header a:visited {
	text-decoration: none;
	color: white;
	}
.header a:active {
	text-decoration: none;
	color: white;
	}
.header a:hover {
	text-decoration: none;
	color: yellow;
	}
	
</style>