<style>
.mainstyle {
position: absolute;
}

<!--
  .normal { background-color: #FFFFFF }
  .highlight { background-color: #9de09b }
//-->

.text {color: #000000;  font-family: arial;  font-size: 10px; text-decoration: none}

h1 { text-decoration: bold, underline; font-family: arial;  font-size: 10pt; color: #000000 }

body { font-family: arial;  font-size: 10pt; color: #000000 }

td { font-family: arial;  font-size: 10pt; color: #000000 }

A:link { text-decoration: underline; color: #0000FF; font-family: Arial; font-size:10pt }

A:visited { text-decoration: underline; color: #0000FF; font-family: Arial; font-size:10pt }

A:active { text-decoration: underline; color: #0000FF; font-family: Arial; font-size:10pt }

A:hover { text-decoration: none; color: #0000FF; }

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: 0.75;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.highlightit:active img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
</style>
