body
{
margin: 0 0 0 0;
}

.nav 
{
        font-family:   Verdana,Arial,Sans-Serif;
     padding: 0px 11px 5px 11px;
        font-size: 10px; 
        background-color: silver;
        color: black;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
  
}
.nav a
{
        align: center;
        margin-left: 1px;
        font-size: 12px; 
        background-color: silver; 
        color: black;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
       
          padding: 0px 11px 5px 11px;
        
      
      
   
       
       

}

.nav a:hover
{
       
        background-color: white;
        
        color: black;
        text-decoration: underline;
        font-weight: bold;
       
        
       
}        

  
