body {
  margin: 50px auto 10px;
  background-color: #1e90ff;
  color: #000000;
  font-size: 16px;
  text-align: center;
  font-family: Trebuchet MS;
}
table {
  margin: auto;
  width: 80%;
  text-align: center;
  font-size: 16px;
}
tr {
  margin: auto;
  width: 80%;
  text-align: center;
  font-size: 16px;
}
td {
  margin: auto;
  width: 80%;
  text-align: center;
  font-size: 16px;
}
a:link {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
a:visited {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
a:focus {
  color: white;
  text-decoration: underline;
  font-size: 16px;
}
a:hover {
  color: white;
  text-decoration: underline;
  font-size: 16px;
}
a:active {
  color: white;
  text-decoration: underline;
  font-size: 16px;
}
h1 {
  color: #000000;
  font-size: 16px;
  font-family: Trebuchet MS;
}
h2 {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  font-family: Trebuchet MS;
}
h3 {
  color: #000000;
  font-size: 24px;
  font-family: Trebuchet MS;
  font-weight: normal;
}