body {
  padding-left: 11em;
  font-family: "Courier New", Courier, monospace;
  color: black;
  background-color: white;
}

td {
  padding-left: 11em;
  font-family: "Courier New", Courier, monospace;
  color: white;
  background-color: #004CAF;
}

a {
	font-weight: bold;
	text-decoration: none;
}

h1 {
  font-family: "Courier New", Courier, monospace;
  color: black;
}

h2 {
  font-family: "Courier New", Courier, monospace;
  color: white;
  background-color: #043872;
}

h3 {
  font-family: "Courier New", Courier, monospace;
  color: white;
  background-color: #004CAF;
}

ul li {
	font-family: "Courier New", Courier, monospace;
	color: black;
	font-size: 18px;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}   
