body {
     background-color: black;
}
p    {
     font-family:sans-serif;
     font-size:11pt;
     color:snow;
}
h1   {
      font-family:sans-serif;
      font-size:18pt;
      color:darkred;
      font-weight:bold;
}
h2   {
      font-family:sans-serif;
      font-size:16pt;
      color:darkred;
      font-weight:bold;
      padding-top: 30;
}
h3   {
      font-family:sans-serif;
      font-size:12pt;
      color:firebrick;
      font-style:italic;
      font-weight:bold;
      padding-top: 20;
}
h4   {
      font-family:sans-serif;
      font-size:11pt;
      color:navajowhite;
      font-style:italic;
      font-weight:normal;
}
a:link {
       color:palegoldenrod
}
a:hover {
        color:firebrick
}
a:active {
         color:maroon
}
a:visited {
          color:mediumblue
}


