  body
  {
        text-align: center; 
        
        background-color: #000000;
        color: #FFFFFF;
  }

  BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A
  {
        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 8pt;
      }

  A:hover  {
        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-size: 7pt;
  }

A  {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        text-decoration: underline;
        font-size: 7.5pt;
        font-weight: bold;
  }


  a:link, a:visited
  {
        color: #4477DD;
  }

  HEADER
  {
        border: 1px solid #ffffff;
        height: 100px;
        width: 744px;
        display: block ; 
        margin: 0 auto;
  }

  SECTION
  {
        border: 1px solid #ffffff;
        display: table;  
        width: 744px;
        margin: 0 auto;
        text-align: left;
  }

 ASIDE
  {
        padding: 2px;
        display: table-cell;  
        width: 124px;
  }
  
  ARTICLE
  {
        border-left: solid 1px #ffffff;
        padding: 6px;
        display: table-cell;  
        width: 600px;
  }

