<style type="text/css">	
	

a:hover {
	text-decoration: underline;
}

BODY { background: White; color: black}
  A:link { color: blue }
  A:visited { color: blue }
  A:active { color: blue }
  body, td {
	font-family : Arial ;
	font-size : 10pt;
}

H2 {
	font-family : verdana, Arial;
	font-size : 12pt;
	font-style : bold;
	color :  gray;
}

H3 {
	font-family : Helvetica, Arial;
	font-size : xx-small;
	font-style : normal;
	color :  #F9FAC6;
}


</style>	

Referring to style sheet: mainstyle.ccs
<link type="text/css" href="/mainstyle.css" rel="stylesheet">

<style fprolloverstyle>A:hover {font-weight: bold}
</style>