body {
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
        color: #553F23;
        
        }
a:link 
  { 
   color:#553F23; 
   text-decoration: underline; 
   font-family : Verdana; 
  } 
 
  a:visited 
  { 
   color:#553F23; 
   text-decoration: underline; 
   font-family : Verdana; 
  } 
 
  a:active 
  { 
   color:#553F23; 
   text-decoration: underline; 
   font-family : Verdana; 
  } 
 
  a:hover 
  { 
   color:#553F23; 
   text-decoration: underline overline; 
   font-family : Verdana; 
  } 
        

td {
        font-family: Verdana;
        font-size:9px;
        font-weight: bold;
        color: #553F23;
}

th {
        font-family: Verdana;
        font-size:9px;
        font-weight: bold;
        color: #553F23;
}
