body
    {
    background: rgb(255,220,100);
    font-family: "Verdana";
    font-size: 10pt;
    }
td
 {
    color: rgb(145, 40, 20);
  font-family: Verdana, Arial, Helvetica,"Arial Cyr",Arial,sans-serif;
  font-size: 10pt;
  }
  
a.main:link
    {
    color: rgb(145, 40, 20);
    font-family:Verdana;  
    text-decoration:none;
    }
a.main:visited
    {
    color: rgb(145, 40, 20);
    font-family:Verdana;  
    text-decoration:none;
    }
a.main:active
    {
    color: rgb(195, 40, 20);
    font-family:Verdana;  
    text-decoration:none;
    }
a.main:hover
    {
    color: rgb(195, 60, 40);
    font-family:Verdana;  
    text-decoration:underline;
    }
.smallbold
    {
    font-family:Verdana;  
    text-decoration:none;
    font-size: 0.8em;
    font-weight: bold;
    color: rgb(195, 60, 40);    
    }    

.inputtext {font-size: 13px; border:rgb(195, 60, 40) 1px solid; background: white}
