body {
  background-color: #ffd39b;
  color: #772b1a;
  font-family: "Times New Roman", Arial, Helvetica;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  scrollbar-base-color: #e5a073; 
  scrollbar-arrow-color: #772b1a;
  scrollbar-track-color: #ffd39b;
 } 
 
 .nav {
     background-image: url("images/navbg3.jpg");
     background-repeat: repeat-x;
     font-weight: bold;
     font-size: 20px;
     margin-top: 2px;

     
 }     

 .bottom {
   background-color: #e5a073;
   
 }
 
 .small {
 font-size: 12px;
 
 
 }
 
 a:link {
    color: #ffd39b;
    text-decoration: none;
    font-weight: bold;
  }
  
  a:active {
    color: #A52A2A;
    text-decoration: underline;
    font-weight: bold;
  }
  
  a:visited {
    color: #772b1a;
    text-decoration: none;
    font-weight: bold;
  }
  
  a:hover {
    color: #A52A2A;
   text-decoration: underline;
   font-weight: bold;
   
 }  
 
.bnav a:link {
     color: #772b1a;
     text-decoration: none;
     font-weight: bold;
   }
   
.bnav a:active {
     color: #A52A2A;
     text-decoration: underline;
     font-weight: bold;
   }
   
.bnav a:visited {
     color: #e5a073;
     text-decoration: none;
     font-weight: bold;
   }
   
.bnav a:hover {
     color: #A52A2A;
    text-decoration: underline;
    font-weight: bold;
    
 }  
 
 H4 {
   color: #9932CC;
   text-decoration: underline;
   
 }  
 
 H1 {
   color: #9932CC;
   text-decoration: none;
   
 } 
 
 H2 {
   color: #9932CC;
   text-decoration: none;
   
 }  
 
 Table.dashed {
    border-style: dashed;
    border-color: #339900;
    border-width: 5px;
 
 } 
