<!-- STYLE SHEET CLASSES -->
<style type="text/css">
<!-- 
a:link { color:black }  /* for unvisited links */
a:visited { color: black } /* for visited links */
a:active { color: black} /* when link is clicked */ 
a:hover   {text-decoration:underline; color: black; background:red; font-weight: bold;} 

h4 {background: #0033cc; color: #ffffef; 
font-family: Arial; font-weight: bold; 
border: solid thin #0033cc;}

#supertext {
position:absolute;
left:0;
top:0;
visibility:hide;
visibility:hidden;

}
-->
</style>