body {
  background-color: #003366;
  color: #ffffcc;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
}

h1 {
  color: #ffff00;
  font-size: 48px;
  margin-bottom: 0;
}

h2 {
  color: #ffffff;
  margin-top: 4px;
}

h3 {
  color: #003366;
}

a,
a:visited,
a:hover,
a:active {
  color: #ffff00;
}

table a,
table a:visited,
table a:hover,
table a:active {
  color: #cc9900;
}

table {
  background-color: #fff8dc;
  color: #000000;
  text-align: left;
}

th {
  text-align: left;
}

input,
textarea {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
}

.hidden {
  display: none;
}

#thanks {
  color: #003366;
  font-weight: bold;
}
