  table, body {
    font-family: tahoma;
    font-size: 11;
    color: #696969;
  }

  A {
    font-family: tahoma;
    font-size: 11;
    color: #808080;
    text-decoration: none;
    font-weight: bold;
  }

  A:hover {
    color: 0066ff;
  }

  H3 {
    color: #114688;
  }