  BODY {
    background: black;
    color: white;
    font-family: arial,helvetica,serif;
    font-size: 12px;
    font-weight: 700;
    }
  B {
    font-family: arial,helvetica,serif;
    font-size: 12px;
    font-weight: 900;
    margin-left:  10px;
    margin-right:  10px;
    }
  TABLE {
    color: white;
    font-family: arial,helvetica,serif;
    font-size: 12px;
    font-weight: 700;
    background-repeat: no-repeat;
    border-color: black;
    }
  TD {
    color: white;
    font-family: arial,helvetica,serif;
    font-size: 12px;
    font-weight: 700;
    }
  A {
    color: #3192FF;
    text-decoration: underline;
    font-family: arial,helvetica,serif;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    }
  A: hover {
    color: lightred;
    text-decoration: underline;
    font-family: arial,helvetica,serif;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    }
  A: visited {
    color: grey;
    text-decoration: underline;
    font-family: arial,helvetica,serif;
    font-size: 11px;
    text-transform: uppercase;
    }
  P {
    color: white;
    font-family: arial,helvetica,serif;
    font-size: 12px;
    font-weight: 700;
    }
  H1 {
    color: white;
    font-family: arial,helvetica,serif;
    font-size: 32px;
    font-weight: 700;
    }
  H2 {
    color: white;
    font-family: arial,helvetica,serif;
    font-size: 18px;
    font-weight: 700;
    }
