BODY 	{ 
              color: white;
              background: black;
              }


A:link          { color: white; } 
A:active 	    { color: red; }
A:visited      { color: white; }
A:hover       { color: red; }


H1         { 
            font-family: times, times new roman;
            font-size: 450%;
            font-weight: bold;          
             }

H2         { 
            font-family: times, times new roman;
            font-size: 235%;
            font-weight: bold;          
             }

H3         { 
            font-family: times, times new roman;
            font-size: 175%;
            font-weight: bold;          
             }

H4         { 
            font-family: times, times new roman;
            font-size: 100%;
            font-weight: bold;          
             }

P       { font-size: 14pt; }