<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, Tahoma ;
	font-size : 10pt;
}

H3 {
	font-family : Helvetica, Arial;
	font-size : xx-small;
	font-style : normal;
	color :  White;
}


</style>	

Referring to style sheet: mainstyle.ccs
<link type="text/css" href="/mainstyle.css" rel="stylesheet">

<style fprolloverstyle>A:hover {font-weight: bold}
</style>