html, body {                                                                                                                                                                
      background-color: #020202;
      font-family: "Monospace";
      font-weight: normal;
      margin-left: 7%;
      height: 95%;
    }
    a:link,a:visited,a:active {
      text-decoration: none;
      color: #999999;
      font-weight: normal;
    }
    a:hover {
      text-decoration: underline;
      color: #999999;
      font-weight: normal;
    }
    table {
      font-size: 12pt;
      border-spacing: 9px;
    }
    td {
      vertical-align: middle;
    }
    td:first-child {
      font-weight: bold;
      color: #B3B3B3
    }
    td:nth-child(2) {
      font-weight: normal;
      color: #4C4C4C;
    }

