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

div.news { margin: 0 10px 0 10px }

div.news H1 { background-color: #336699;
              margin-top: 35px;
              margin-bottom: 10px;
              color: white;
              font-weight: bold;
              font-style: normal;
              font-size: 0pt;
            }

div.news H1.top { margin-top: 0 }

div.news SPAN.date { font-family: Courier, "Courier New", monospace;
                     font-size: 11pt;
                   }

div.news SPAN.title { font-family: "Times New Roman", serif;
                      font-weight: bold;
                      font-size: 12pt;
                    }

div.news P { font-family: sans-serif;
             font-size: 12pt;
             text-align: justify;
             color: white;
             margin-top: 0;
           }

div.news A { color: #88BBEE;
             text-decoration: underline;
             font-weight: bold;
           }

div.news A:hover { color: red }

div.news P.archives { text-align: right;
                      font-weight: bold;
                      font-family: serif;
                      font-size: 12pt;
                    }

div.news blockquote { margin: 0 25px 0 25px; }

div.news blockquote P { color: #99FFCC;
                        font-size: 10pt;
                        font-family: serif;
                      }

div.news q { color: #99FFCC; }

div.news ol { color: white;
              font-family: sans-serif;
              font-size: 8.5pt;
            }

div.news ul { color: white;
              font-family: sans-serif;
              font-color: white;
              font-size: 8.5pt;
            }
