h2, h3, h4 {
      color: White;
      font-family: sans-serif;
    }
    p {
      color: White;
      font-family: sans-serif;
    }
    ol, ul {
      color: White;
      font-family: sans-serif;
    }
    table, td {
      color: White;
      font-family: sans-serif;
      font-weight: normal;
      border:black solid;
      border-collapse: collapse;
      text-align: center;
    }
    a:link {
  color: #ffbf00;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #000080;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: White;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: White;
  background-color: transparent;
  text-decoration: underline;
}