  body {
    font-family: Arial;
    font-size: 10pt;
    background-color: #000000;
    color: #ffffff;
  }

  #altbody {
    font-family: Arial;
    font-size: 10pt;
    color: #ffffff;
  }
  a:link {
    color           : #0000ff;
    text-decoration : underline;
  }

  a:visited {
    color           : #0000ff;
    text-decoration : underline;
  }

  a:hover {
    color           : #c00000;
    text-decoration : underline;
  }

  a:active {
    color           : #0000ff;
    text-decoration : underline;
  }

  td.nav {
    color       : #0000ff;
    font-family : Arial;
    font-size   : 10pt;
  }

  td.pick {
    color            : #ffffff;
    font-family      : Arial;
    font-size        : 9pt;
  }

  td.content {
    color            : #000000;
    background-color : #eeeeee;
    font-family   : Arial;
    font-size     : 10pt;
    border-left   : 2px solid #e0e0e0;
    border-right  : 2px solid #808080;
    border-bottom : 2px solid #808080;
  }

  td.borderless {
    color            : #000000;
    font-family   : Arial;
    font-size     : 10pt;
  }

  td.sideBar {
    color            : #000000;
    background-color : #a0b0a0;
    font-family   : Arial;
    font-size     : 8pt;
    border-left   : 2px solid #e0e0e0;
    border-right  : 2px solid #808080;
    border-bottom : 2px solid #808080;
  }

  td.titleBar {
    background-color: #504070;
    color: #ffff00;
    font-family: Arial;
    font-size: 10pt; 
    font-weight: bold;
    border-top: 2px solid #e0e0e0;
    border-left   : 2px solid #e0e0e0;
    border-right  : 2px solid #808080;
  }
