body { background: black; }
h1 { background: orange; color : white;  }
h2 { color : white; }
h3 { color : red; }
p { color :white; }
table { color :white; }
a:link { color :white; }
a:visited { color :white; }
a:hover { color :red; }
th { text-align: center; }
td { text-align: center; }