body {
  font-family: sans-serif;
  background: black;
  color:white;
}
a {
   color:white;
   bgcolor:black; 
   text-decoration: none;
   text=white;
}
a:alink{font-weight:bold; color:red;}
a:link {font-weight:bold; color:#9999cc;}
<!-- a:visited {font-weight:bold; color:#666699;} -->
a:visited {font-weight:bold; color:#aaaacc;}
a:hover  {font-weight:bold; color:red;}

H1
   {
   color:white;
   font-size:200%;
   font-style:bold;
   font-family:'sans-serif';
   }
H2
   {
   color:white;
   font-size:150%;
   font-style:bold;
   font-family:'sans-serif';
   }
H3
   {
   color:white;
   font-size:125%;
   font-style:bold;
   font-family:'sans-serif';
   }
H4
   {
   color:white;
   font-size:100%;
   font-style:bold;
   font-family:'sans-serif';
   }

table 
{
   font-family: sans-serif;
   background: black;
   border-width: 0px;
   border-color: white;
}
th { font-family: sans-serif;}
td { font-family: sans-serif;}

td.heading {  
   background-color: gray;
   width:130;
}

td.stuff {
  background-color: black;
  width:130;
  cellpadding: 0;
}

li.inline {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  border-right: 1px dotted #066;
  }

li.last {
  display: inline;
  padding-left: 7px;
  padding-right: 3px;
  border-right: 0px;
} 


