body { color: black; background-color: black; }
p {}
td { color: #fff; font-size: medium; font-family: helvetica; font-weight: bold; }
a:link { color: red ; text-decoration: underline; }
a:visited { color: black ; text-decoration: underline; }
a:hover { color: black ; text-decoration: underline; }
a:active { color: red ; text-decoration: underline; }
.navtext a:link { color: white; text-decoration: none; }
.navtext a:visited { color: white; text-decoration: none; }
.navtext a:hover { color: red; text-decoration: none; }
.navtext a:active { color: white; text-decoration: none; }

