BODY 
 { 
   font-family:sans-serif;
   background-color:#000077;
   margin: 0 0;
   padding: 0 0;
 }

A:hover
 { color:red; }
  
A:link
 { color: #0000FF; }
  
A:visited
 { color: #0000FF; }
  
A:active
 { color: #0000FF; }
 
H1
 {
   text-align: center;
   color:#aa0000;
   font-size:large;
 }
 
DIV.page
 {  
   background-color:#97C6FF;
   position: absolute;
   top: auto;
   left: 150px;
   right: auto;
   width: 575px;
   border: medium solid blue;
   border-top: none;   
 }
 
DIV.margin
 { 
   margin: 0 0; 
   padding: 0px 7px;
 }

DIV.menu
 {  
   background: url("pics/menuback.gif") repeat;
   margin: 0 0;
   padding: 0 0;
   border: none;   
   position: absolute;
   top: 25px;
   left: 25px;
   width: 97px;
   
   margin: 0 0;
   padding: 0 0;
   font-weight: bold;
   border-top: none;
   color: blue;
   text-align: center;
   font-size: 11pt;
 }
 
DIV.menu IMG { background-color: #000077 }


DIV.menu a { display: block; margin: 0.2em 0; } 
DIV.menu a:link { text-decoration: none; color: white }
DIV.menu a:visited { text-decoration: none; color: white }
DIV.menu a:hover {color: #ff0000; }