body {     
margin: 0px auto;
padding: 0;
background: #f4f4f4;
font-family: Arial, Helvetica, sans-serif;
}
#Header {
position : absolute; 
top : 5px; 
left: 20%;
width : auto; 
height : 250px; 
}
#content { 
position : absolute; 
width : 650px; 
top : 190px; 
left : 24%; 
text-align: left;
} 
#menu { 
position : absolute; 
top : 205px; 
left : 10px; 
width : 150px; 
text-align: center;
background-color : #c6dafe; 
Padding: 5px, 5px, 5px, 5px;
Margins: 5px, 5px, 5px, 5px;
} 
span.highlight { 
background-color : #010054; 
} 

a {
text-decoration: none;
color: #0058A3;
font-weight: bold;

}

a:hover {
text-decoration: underline;
color: #0058A3;
background: #6dd6ff;
font-size: 105%;
}
h3 {
color: #0058A3;
font-size:20px;

}
p:first-line 
{
font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
font-size: small;
color: #e40005;
font-style: italic;
font-variant: normal;
font-weight: bold;

}
p {
color: #0058A3;
font-size: small;
font-family: Verdana, Georgia, Arial, Helvetica;

}
ul {
color: #0058A3;
font-size: medium;

}


#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 3px solid #0058A3;
width: 860px;
text-align: center;
color: #0058A3;
font-size: 0.9em;
}
#footer a {
color: #86C32A;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #74A8F5;
}
.style3 {color: #666666}
.style4 {color: #999999}
.style5 {color: #FF9933}
.style6 {color: #86b600}
.style7 {color: #0058A3}
.style8 {color: #f00005}
 