body{
background: #C0C0C0;
font-family:"helvetica";
font-size:10pt;
letter-spacing:-.1px;
color:#000000;
}

#headdiv{
position:relative;
top:-4px;
left:-4px;
width:100%;
height:10px;
background: #111;
/*background: #DE7D29;*/
border:1px solid black;
}

#bodydiv{
position:absolute;
border:0px black solid;
left:5px;
top:50px;
background:transparent;
z-index:1;
}

h1{
font-family:"helvetica";
letter-spacing:-2px;
color:#000000 
}

a {font-size:10pt;text-decoration: none;}
a:link {color:#000;}
a:visited {color:#000;}
a:active {color:red;}
a:hover {color: #000; background-color: #0f0;font-weight:bold;}
