body {
  font-family: "Verdana, Arial Black", Arial, Helvetica, Serif;
    background-color: #ffffff;
    color: #a0c2db;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    scrollbar-base-color: #a0c2db; 
    scrollbar-arrow-color: #ffffff;
    scrollbar-track-color: #3871a8;
  
 } 
 

.center {
       background-color: #ffffff;
       color: #3871a8;
 }  

 .center a:link {
    color: #3871a8;
    text-decoration: none;
    font-weight: bold;
  }
  
 .center a:active {
    color: green;
    font-weight: bold;
    text-decoration: underline;
  }
  
 .center a:visited {
    color: #a0c2db;
    font-weight: bold;
    text-decoration: none;
  }
  
 .center a:hover {
   color: green;
   font-weight: bold;
   text-decoration: underline;
   
 }  
 
 H4 {
   color: #3871a8;
   text-decoration: underline;
   
 }  
 
 H1 {
   color: #3871a8;
   text-decoration: none;
   
 } 
 
 H2 {
   color: #3871a8;
   text-decoration: none;
   
 }  
 
 Table.dashed {
    border-style: dashed;
    border-color: #339900;
    border-width: 5px;
 
 } 

hr {
color: #3871a8;
background-color:white;
width: 75%;
height: 3px;
}

table {
       background-color: #ffffff;
       color: #3871a8;
 }  

 table a:link {
    color: #3871a8;
    text-decoration: none;
    font-weight: bold;
  }
  
 table a:active {
    color: green;
    font-weight: bold;
    text-decoration: underline;
  }
  
 table a:visited {
    color: #a0c2db;
    font-weight: bold;
    text-decoration: none;
  }
  
 table a:hover {
   color: green;
   font-weight: bold;
   text-decoration: underline;
   
 } 
 
 #left { 
  position: relative; 
  left: 10px; 
  top: 10px; 
  width: 200px; 
 }
 
 #center { 
  margin-left: 220px; 
  margin-right: 220px; 
 }
 
 #right { 
  position: absolute; 
  right: 10px; 
  top: 10px; 
  width: 200px; 
}