body 
{ 
  margin: 0; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  color: #000000;
  background-color: #ffffff;
  text-align: center;
}
/*
table
{ 
   margin: 0; 
   width: 100%; 
   height: 100% 
   background-color: #000000;
   
}
table td
{
   border-width: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 13px; 
   color: #000000; 
}
*/
table#topbuts          
{
  width: 680px; 
  background-color: #FFFFFF;  
}
table#topbuts a:link, 
table#topbuts a:visited
{ 
  display: block; 
  background: #a8abb7; 
  font-size: 13px; 
  color: #081754; 
  text-decoration: none; 
  line-height: 22px; 
  text-align: center; 
  padding: 0px;
}
table#topbuts a:hover  
{
  color:#ffffff;
  background: #081858; 
}
table#topbuts a:active { background: #081858; }



