BODY { 
   font-family: sans-serif;
   font-color: white;
   background-color: black
   }

P { font-family: sans-serif; 
    color: white; }

TD { font-family: sans-serif; 
    color: white; }

LI {list-style: circle outside; 
    color:white;} 

ul {
           margin-top:0px;
           margin-bottom:-18px;
      }


H1 {
font-size:42px;
           color:white;
           margin-top:0px;
           margin-bottom:-10px;
      }

H4 {
font-size:16px;
           color:red;
           margin-top:0px;
           margin-bottom:0px;
      }

a:link {color: yellow; text-decoration: none; }
a:active {color: cyan; text-decoration: underline; }
a:visited {color: cyan; text-decoration: none; }
a:hover {color: red; text-decoration: underline; }