body {
  font-family: "Times New Roman", "Arial Black", Arial, Helvetica, Serif;
    background-color: #5A3617;
    color: #772B1A;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    scrollbar-base-color: #772b1a; 
    scrollbar-arrow-color: #e7dcc0;
    scrollbar-track-color: #e7dcc0;
  
 } 
 
 .main {
 	background-color: #e7dcc0;
 	width: 85%;
 	color: #5a3617;
 	border:5px solid #f0cf7e;
 }	
 
 .dkbrown {
 	background-color: #772b1a;
 	color: e7dcc0;
 }
 
 .dkbrown a:link {
      color: #ffffff;
      font-weight: bold;
      text-decoration: none;
    }
    
  .dkbrown a:active {
      color: #f0cf7e;
      font-weight: bold;
      text-decoration: none;
    }
    
  .dkbrown a:visited {
      color: #f0cf7e;
      font-weight: bold;
      text-decoration: none;
    }
    
 .dkbrown a:hover {
      color: #F0CF7E;
      font-weight: bold;
     text-decoration: underline;
     
 }  
 
 .white {
 	background-color: #ffffff;
 	color: #772b1a;
 }	
 
 .white a:link {
     color: 772b1a;
     font-weight: bold;
     text-decoration: none;
     font-size: large;
   }
   
 .white a:active {
     color: #A52A2A;
     font-weight: bold;
     text-decoration: none;
     font-size: large;
   }
   
 .white a:visited {
     color: #772b1a;
     font-weight: bold;
     text-decoration: none;
     font-size: large;
   }
   
 .white a:hover {
     color: #F0CF7E;
     font-weight: bold;
    text-decoration: underline;
    font-size: large;
    
 }  
 a:link {
    color: #772b1a;
    font-size: small;
   text-decoration: none;
  }
  
  a:active {
    color: #772b1a;
    font-size: small;
    text-decoration: none;
  }
  
  a:visited {
    color: #772b1a;
   font-size: small;
    text-decoration: none;
  }
  
  a:hover {
    color: #772b1a;
    font-size: small;
   text-decoration: underline;
   
 }  
 
 Table.dashed {
    border-style: dashed;
    border-color: #339900;
    border-width: 5px;
 
 } 
 
 hr {
 color: #772b1a;
 }
 
 .small {
 font-size: x-small;
 
 }
 
 .xsmall {
  font-size: xx-small;
  
 }
 
 .choclist {
   font-weight: bold;
   list-style-image: url('images/bullet.gif');
   text-align: left;
  
 } 