/* ================== */
BODY  {
      background-color: #000000;
      letter-spacing: 0.2em ;
      color: #666666 ;
      }

/* ================== */
      scrollbar-face-color: #ffca2b;
      scrollbar-track-color: #ffca2b;
      scrollbar-arrow-color: #000000;
      scrollbar-3dlight-color: #ffffff;
      scrollbar-highlight-color: #ffca2b;
      scrollbar-shadow-color: #ffca2b;
      scrollbar-darkshadow-color: #ffffff;
      }

/* ================== */
table {
      font-size: 9pt ;
      color: #000000 ;
      letter-spacing: 0.2em ;
      line-height: 15px% ;
      line-break: strict ;

      }

/* ================== */
p     
      {
         padding-left: 0.5em;
         text-indent: 1em;
      }


/* ================== */
A:link    { color: #333333; text-decoration: none }
A:visited { color: #333333; text-decoration: none }
A:active  { color: #FF0000; text-decoration: none }
A:hover   { color: #308F48; text-decoration: underline }


/* ================== */
li {margin-top: 0.5em; }


/* ================== */
div.contentsbox
      {
         border-style: solid;
         border-width: 1px;
         border-color: #AAAAAA;
         padding: 0.5em;
      }


/* ================== */
h1
{
    border: solid;
    border-width: 0px 0px 1px 8px;
    padding: 5px;
    border-color: #cccccc;
    font-size: 120% ;
}


