body {background-color: black}
h1 {font-family: sans-serif; color: white}
h2 {font-family: sans-serif; color: blue}
h3 {font-family: sans-serif; color: grey}
h4, h5 {color: lime}
p {font-family: courier, serif; size: medium; color: lime}
ul {color: white; font-size: large}
li {color: lime; font-size: medium; text-decoration: none}
td {color: lime; font-size: medium; text-decoration: none}
td.white {color: #ffffff; font-size: medium; text-decoration: none}
a:link {color: grey}
a:visited {color: grey}
a:active {color: blue}
a:hover {color: blue}
