general.css
<style type="text/css" media=screen>
<!--
.box
{
font: 10pt; 
font-family: Times; 
border: 2px;
border-style: solid;
Border-color: #6c6c70; 
text-align: center;
}
.tableheader
{font: bold 10pt; 
font-family: Times;
text-align: left;
}
.tr
{font: 10pt; 
font-family: Times;
text-align: left;
}
a:link { color: red; font-size: 10pt; }
 a:visited { color: black; font-size: 9pt; }
 a:active { color: blue; text-decoration: none; font-size: 11pt; }
h3 {color:black; font-weight: bold; text-align: center;}
h4{color:black; font-weight: bold;  text-align: left;}
p {font: 10pt; 
font-family: Times;}
li {font: 10pt; 
font-family: Times;}
-->
</style>

<script>
if (document.layers) {
visible = 'show';
hidden = 'hide';
} else if (document.all) {
visible = 'visible';
hidden = 'hidden';
}
</script>