﻿* {
font-family:Tahoma;
    font-size:9pt;
}
body{
    
    color:#414042;
    
 }

input {
     font-family:Tahoma;
}
 
 table td a 
 {
     color:#414042;
     text-decoration:none;
 }
 
 table td a:hover 
 {
     color:Olive;
 }
 
 .round 
{
    background-color:#cccdcf;
    height:30px;
     border-radius: 6px 6px 6px 6px;
    
}