body { background-color: black; 
       padding-top: 0;
       margin-top: 0;
     }

h1 { font-weight: bold;
     font-style: italic;
     font-size: 24pt;
     margin-bottom: 30px;
     color: white;
   }

h1 span.small { font-size: 10pt;
                color: gray;
              }

h2 { font-weight: bold;
     font-size: 16pt;
     margin-top: 30px;
     text-decoration: underline;
     color: white;
   }

p { color: white;
    font-size: 10pt;
  }

blockquote { margin: 0 25px 0 25px; }

blockquote p { color: #99FFCC;
               font-size: 10pt;
               font-family: serif;
             }

q { color: #99FFCC; }

ul { color: white;
     font-size: 10pt;
   }

a { color: #88BBEE;
    text-decoration: underline;
  }
a:hover { color: red; }