
body
   {
   background-color: black;
   color: white;
   font-size: 12pt;
   font-family: verdana, arial;
   }


a:link 
   {
   color: yellow;
   }



a:visited 
   {
   color: red;
   }


a:active 
   {
   color: yellow;
   }


h1 {
   background-color: black;
   color: red;
   font-size: 14pt;
   font-weight: bold;
   font-family: verdana, arial;
   text-align: center;
   }


h2 {
   background-color: black;
   color: white;
   font-size: 12pt;
   font-weight: normal;
   font-family: verdana, arial;
   text-align: center;
   }

h3 {
   background-color: black;
   color: white;
   font-size: 10pt;
   font-weight: normal;
   font-family: verdana, arial;
   text-align: center;
   }

h4 {
   background-color: black;
   color: white;
   font-size: 12pt;
   font-weight: normal;
   font-family: verdana, arial;
   text-align: justify;
   }