      body
      {
        font-family: courier, monospace;
        font-size: 12pt;
        background: black;
        color: white;
      }
      .box
      {
        border: 1px solid white;
        width: 98%;
        margin: 3px;
      }
      .title
      {
        background: white;
        color: black;
        font-size: 16pt;
      }
      a { color: #00c000; text-decoration: underline; }
      a.active { color: #c0c0c0; text-decoration: none; }
      a.visited { color: #008000; text-decoration: none; }
      a.hover { color: #c0c0c0; text-decoration: underline; }
 
