body { 
    background: #FFFFFF; 
    font-family: verdana, sans-serif;
    color: black;

}  

td { font-family: verdana, sans-serif;
     color: black;
}

a {
   font-family: verdana, sans-serif; 
   color: blue;
   text-decoration: none;
}

a:visited { }
a:active { }
a:hover { 
   text-decoration: underline; 
}

p {
     line-height: 160%;
}

