BODY {
     background-color: #ffffff;
     color: #666666;
     font-family: "Helvetica" , "Arial" , sans-serif;
     font-size: 12px;
}

TD {
     font-family: "Helvetica" , "Arial" , sans-serif;
     font-size: 12px;
}

a img {border: none; }

a:link {
     color: blue;
     text-decoration: none;
     }

a:visited {
     color: blue;
     text-decoration: none;
     }

a:hover {
     color: red;
     text-decoration: none;
     }

a:active {
     color: blue;
     text-decoration: none;
     }

