body {
  font-family: Arial, "Times New Roman", "Arial Black", Helvetica, Serif;
    background-color: #336667;
    color: #000000;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    scrollbar-base-color: #336667; 
    scrollbar-arrow-color: #F6F6E7;
    scrollbar-track-color:#F6F6E7;
  
 } 
 
 .main {
	background-color: #F6F6E7;
	color: #8E5F3F;
	width: 800px;
	border:10px solid #B91C26;
 }
 
 a:link {
    color: #336667;
    text-decoration: none;
  }
  
  a:active {
    color: #336667;
    text-decoration: none;
  }
  
  a:visited {
    color: #336667;
    text-decoration: none;
  }
  
  a:hover {
    color: #336667;
   text-decoration: underline;
   
 }  
 
 Table.dashed {
    border-style: dashed;
    border-color: #339900;
    border-width: 5px;
 
 } 
 
 hr {
 color: #B91C26;
 }
 
 .small {
 font-size: x-small;
 
 }
 
 h1 {
	font-size: 21px;	
	
}