body {
  background-color: white;
  color: black;
  font-family: lucidatypewriter, monospace;
  font-size: 12pt;
  margin-left: 10%;
  margin-right: 10%;
  text-align: justify;
}
a:link {
  background-color: white;
  color: #cc0000;
  text-decoration: none;
}
a:visited {
  background-color: white;
  color: #cc0000;
  text-decoration: none;
}
p.center {
  text-align: center;
}
h1 {
  background-color: white;
  color: black;
  font-size: 24pt;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
h2 {
  background-color: white;
  color: black;
  font-size: 18pt;
  font-style: normal;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.1em;
}
h3 {
  background-color: white;
  color: black;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.1em;
}
h4 {
  background-color: white;
  color: black;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.1em;
}
hr {
  border: 0;
  background-color: black;
  color: black;
  height: 1px;
  margin-top: 3em;
}
#home-header {
  position: absolute;
  margin-left: 100px;
  margin-top: 150px;
  font-size: 30pt;
}
#home-content {
  position: absolute;
  margin-left: 100px;
  margin-top: 300px;
}
#home-footer {
  position: absolute;
  margin-left: 100px;
  margin-top: 550px;
}

