body { color: yellow; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: black; }
h1 { }
p { }

td { color: orange; text-align: left; padding: 3px; border-style: solid; border-width: 1px; }

a:link { color: yellow; text-decoration: underline; }

a:visited { color: yellow; text-decoration: underline; }

a:hover { color: white; }

a:active { color: blue; }

