body{background-color: black;}

h1{ font-weight: bold;
    font-family: Arial, serif;
    font-size: 13pt;
    color: rgb(255,255,255)
  }

h2{ font-family: Arial, sans-serif;
    font-size: 10pt;
    color: rgb(255,255,255)
   }

h3{ font-family: Arial, sans-serif;
    font-size: 14pt;
   }


p{ font-family: Arial, sans-serif;
   font-size: 9pt;
   color: rgb(255,255,255)
 }

ol, ul, td, tr{ font-family: Arial, sans-serif;
    font-size: 9pt;
    color: rgb(255,255,255)
     }


a:link {color: Lime }
a:active {color: Lime }
a:visited {color: #ff00cc }

