body {
    background: gray;
}
a {
   color: #000000;
   text-decoration: none;
}
a:visited {
   color: #000000;
   text-decoration: none;
}
a:hover {
   color: #DD0000;
   text-decoration: none;
}
td {
   font-family:Tahoma ,Arial;
   font-size: 12px;
   color:#000000;
}


