


A { color:black; }

A.link  { 
 color: #000000; 
 font-size: 10px; 
 font-family: Verdana; 
 font-weight: bold; 
 text-decoration: none;
 background-color: transparent;
 }
 
A.link:hover { 
color: #666666; 
font-size: 10px; 
font-family: Verdana; 
font-weight: bold; 
text-decoration: none; 
background-color: none; 
background-color: transparent;
}

A.link:visited { 
 color: #666666; 
 font-size: 10px; 
 font-family: Verdana; 
 font-weight: bold; 
 text-decoration: none; 
 background-color: transparent;
  }

.bodytext{margin-top: 0px;}

input,input[type=submit],input[type=button],input[type=reset],input[type=select],input[type=radio] 
{
        border: 1px #bbbbbb solid;
        font-family:  Verdana;
        font-size: 10px;
        color: #000000;
       backColor: #F3F5F6;
}