body {
font-family: Verdana, Ariel, Tahoma;
color: black;
background: #F9F9F9;
font-weight: normal;
margin: 0;
}
p {padding-right: 10px}
a:active, a:link, a:visited {
font-weight: normal;
text-decoration: none;
color: #333399;
}
a:hover {
font-weight: normal;
text-decoration: none;
color: #bb0000;
}
h1 {
font-weight: bold;
font-size: large;
text-decoration: none;
color: maroon;
}
h2 {
font-weight: normal;
font-size: small;
padding-left: 6px;
text-decoration: none;
color: #005;
}
#menu { 
position: absolute; 
left: 5px;
width: 116px; 
top: 122px; 
text-align: left; 
font-size: xx-small; 
} 
#menu a{ 
text-decoration: none; 
background-color: #000080; 
font-weight: bold; 
display: block; 
padding: 2px; 
width: 116px; 
margin-bottom: 3px; 
border: 1px solid #004; 
color: #eee; 
} 
#menu a:hover { 
background-color: #C00; 
color: White; 
border-top: 1px solid #8FBC8F; 
border-left: 1px solid #8FBC8F; 
border-right: 1px solid #8FBC8F; 
border-bottom: 1px solid #2F4F4F; 
} 
#options a{ 
background-color: #6B8E23; 
color: White; 
border-top: 1px solid #8FBC8F; 
border-left: 1px solid #8FBC8F; 
border-right: 1px solid #8FBC8F; 
border-bottom: 1px solid #2F4F4F; 
}
#content { 
position: absolute; 
height: 450px;
width: 85%;
border-left: 1px solid #DDD; 
padding-left: 10px; 
padding-right: 16px;
text-align: left; 
left: 130px; 
top: 118px; 
overflow: auto;
} 
#content p { 
padding-left: 30px; 
font-size: 10px; 
} 
#content form { 
border: double #ddd; 
background: #FFF; 
padding: 10px; 
margin: 10px; 
width: 500px; 
margin-left: 20px; 
margin-top: 8px; 
font-size: xx-small;
}
.links { 
font-size: xx-small; 
margin-left: 20px; 
} 
#footer { 
border: 1px dotted black; 
color: #556B2F; 
background-color: #FAFAD2; 
margin-top: 20px; 
margin-bottom: 20px; 
} 
