body {
  color: white;
  background-color: #333333;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 20px;
  line-height: 110%;
  text-align: left;
  margin: 20px 20px 25px 50px;
}

.banner {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 42px;
  line-height: 48px;
  text-align: left;
  color: white;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: orange;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

