BODY { background-color: FFFFFF;
     }
 H1       { color: black;
            font-family: Verdana, sans-serif;
            font-size: large;
            font-weight: heavier;
          }
 H2       { color: black;
            font-family: Verdana, sans-serif;
            font-size: medium;
            font-weight: lighter;
          }
 H3       { color: black;
            font-family: Verdana, sans-serif;
            font-size: small;
            font-weight: lighter;
          }
 B.qno    { color: red;
            font-family: Verdana, sans-serif;
            font-size: x-large;
            font-weight: lighter;
          }
 B.qna    { color: black;
            font-family: Verdana, sans-serif;
            font-size: small ;
            font-weight: medium;
          }
 B.pale   { color: blue;
          }
 B.mand   { color: red;
            font-weight: bold;
          }
 B.entrytext { color: black;
            font-family: monospaced;
            font-size: small;
            font-weight: lighter;
          }
 P        { color: black;
            font-family: Verdana, sans-serif;
            font-size: 11px;
            font-weight: normal;
          }
 TD       { color: black;
            font-family: Verdana, sans-serif;
            font-size: 11px;
            font-weight: lighter;
            padding:.5em;
          }
 TH       { color: black;
            font-family: Verdana, sans-serif;
            font-size: smaller;
            font-weight: heavier;
            padding:.5em;
          }
          th, td {
{ border: 0px; color: #000; background-color: #fff;}
