body {
 background-color: #CC0000;
 font-family: Verdana;
 font-size: 1em;
 color: #CC0000;
 text-decoration: none;
}

table,p,div {
 font-family: Verdana;
 font-size: 1em;
 color: #CC0000;
 text-decoration: none;
}

a {
 color: #CC0000;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}