   body {
      font-family: Verdana;
      background-color: black;
      color: white;
   }

   img {
      border: 1px solid white;
      margin: 20px
   }

   p {
      font-size: 10pt;
      margin-top: -12pt;
      margin-bottom: 20pt;
   }


   h5 {
      color: #999999;
      font-size: 10pt;
      font-weight: normal;
      margin-top: 5pt;
      margin-bottom: 0pt;
   }


   h6 {
      color: #999999;
      font-size: 8pt;
      font-weight: normal;
      margin-top: 0pt;
      margin-bottom: 0pt;
   }

   a:link { color: #FFFFFF; }
   a:visited { color: #BBBBBB; }
   a:active { color: #999999; }
   a:hover { color: #999999; }


