body { background-color: darkblue;
font-family: Verdana;
font-size: 12px;
color:whitesmoke;
margin:5px;
padding-bottom:20px;
}

.header { height:150px;
background:darkblue;
border:0px darkblue;
}

#mainbody { margin-left:120px;
background:darkblue;
}

#menu { position:absolute;
top:150px;
width:120px;
left: 0px;
background:lightcyan;
color:whitesmoke;
text-align: center;
margin-bottom: 40px;
}

.menuitem { width:100px;
background: lightcyan;
color:darkblue;
font-size:10px;
border:0px darkblue ;
text-align: center;
margin-top : 10px;
margin-bottom: 10px;
}


.menuhead { left: 0px;
width:100px;
background:darkblue ;
color:whitesmoke;
border:3px whitesmoke ;
text-align: center;
font-weight:bold;
font-size:10px;
}

.footer { width:95%;
text-align:center;
margin-top:5px;
padding:1px;
color:darkblue;
background:whitesmoke;
border: 3px solid #00008B;
}

 a:focus { color: darkblue;}
 a:visited { color: darkblue;}
 a:active { color: darkblue; }
 a:link { color: darkblue;}
 a:hover { color: salmon;}






.neg a:focus { color: whitesmoke;}
.neg a:visited { color: whitesmoke;}
.neg a:active { color: whitesmoke; }
.neg a:link { color: whitesmoke;}
.neg a:hover { color: salmon;}

h1 { font-size:30px}

h2 {font-size:24px}

h3 { font-size:20px}

p,h1,h2,h3 {margin: 10px 10px 10px 10px}

.heading { font-family:Lucida Calligraphy;
font-size:36px;
background-color:whitesmoke;;
color:salmon;
font-weight:bold;
text-align: center}

table { 
 background-color: white; 
 color: black; 
 border: 0px solid black; 
 border-collapse: collapse; 
} 

