body {
    background-color: white;
  }

a:link {
    text-decoration: none;
    color: blue;
  }

a:visited {
    text-decoration: none;
    color: blue;
  }

a:active {
    text-decoration: none;
    color: blue;
  }

td {
    font-size: 13px;
    font-family: Verdana, Arial, sans-serif;
    color: #306181;
  }

