
body {
  font-family: georgia;
  font-size: 85%;
  background-color: white;
  color: black;
}

div#top, div#left, div#center, div#bottom {
  padding: 10px;
}

h1 {
  font-size: 300%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

h2 {
  font-size: 167%;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  font-size: 153.9%;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}

h4 {
  font-size: 138.5%;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

p {
  padding-top: 5px;
}

div.about p {
  text-align: justify;
  margin-bottom: 5px;
}

div.about p:first-child {
  color: #306000;
}

p.header {
  font-family: 'schumacher clean', courier, monospace;
  font-weight: bold;
  font-size: 108%;
  padding-top: 1px;
}

pre {
  font-family: 'schumacher clean', courier, monospace;
  padding-top: 10px;
}

a {
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted #628000;
  font-weight: bold;
  color: #303030;
}

a:hover {
  color: #628000;
  border-bottom: 1px solid #628000;
}

li {
  margin-top: 2px;
}

