BODY
{
   background-color: black;
   color: yellow;
}

TD
{
   color: yellow;
}

A:link, A:active, A:visited
{
   text-decoration: none;
   color: rgb(255,150,0);
   font-weight: bold;
}

#topic {color: rgb(50, 200, 50); font-weight: bold; font-size: 115%;}
#spec {color: rgb(100, 255, 100); font-weight: bold;}