body {
 font-family: Arial, Verdana;
 color: ffffff;
 background-color: #333333;
}

td.main {
 color: #ffffff;
 background-color: #000000;
}

.stext {

}

.mtext {
 font-size: 12px;
}

.copyright {
 font-size: 10px;
 color: #000000;
}

a:link.copyright {
 color: #000000;
 text-decoration: none;
}
a:active.copyright {
 color: #000000;
 text-decoration: none;
}
a:visited.copyright {
 color: #000000;
 text-decoration: none;
}
a:hover.copyright {
 color: #000000;
 text-decoration: underline;
}