body {
  font-family: "Arial", "Times New Roman", "Arial Black", Arial, Helvetica, Serif;
    background-color: #ffffff;
    color: #000000;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    scrollbar-base-color: #ce6a5b; 
    scrollbar-arrow-color: #028482;
    scrollbar-track-color: #ffffff;
  
 } 
 
 
 .nav {

 background-color: #ce6a5b;
 color: #ffffff;
 font-size: medium;
 
 }
 
 a:link {
     color: #028482;
     text-decoration: none;
     font-weight: bold;
   }
   
 a:active {
     color: #ce6a5b;
     text-decoration: none;
     font-weight: bold;
   }
   
 a:visited {
     color: #028482;
     text-decoration: none;
     font-weight: bold;
   }
   
 a:hover {
     color: #ce6a5b;
    text-decoration: underline;
    font-weight: bold;
    
 }  
 
 
 .nav a:link {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  
 .nav a:active {
    color: #028482;
    text-decoration: none;
    font-weight: bold;
  }
  
 .nav a:visited {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
  }
  
 .nav a:hover {
    color: #028482;
   text-decoration: underline;
   font-weight: bold;
   
 }  
 
 H3 {
   color: #028482;
   text-decoration: none;
   font-weight: bold;
   
 }  
 
 H1 {
   color: #028482;
   text-decoration: none;
   font-weight: bold;
   
 } 
 
 H2 {
   color: #028482;
   text-decoration: none;
   font-weight: bold;
   
 }  
 
 Table.dashed {
    border-style: dashed;
    border-color: #339900;
    border-width: 5px;
 
 } 
 
 hr {
 color: #FFB950;
 }
 
 .small {
 font-size: x-small;
 color: #cccccc;
 }
 
 .small a:link {
      color: #cccccc;
      text-decoration: none;
      font-size: x-small;
    }
    
 .small a:active {
      color: #ce6a5b;
      text-decoration: none;
      font-size: x-small;
    }
    
  .small a:visited {
      color: #028482;
      text-decoration: none;
      font-size: x-small;
    }
    
  .small a:hover {
      color: #ce6a5b;
     text-decoration: underline;
     font-size: x-small;
     
 }  
 
div.main {
	width:80%;
	border:3px double #ce6a5b;
	padding:2px;
}