body {
  background: white;
  color: black;
  margin: 0;
  margin-bottom: 25px;
}

body,
textarea {
  font-family: Georgia, serif;
  font-size: 12pt;
}

p,
li {
  line-height: 17pt;
}

p {
  margin: 0;
  margin-bottom: 1em;
}

h1,
h2,
h3,
input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
}

h1,
h2,
h3 {
  margin: 0;
  margin-bottom: 2pt;
  margin-top: 17pt;
}

h1 {
  font-size: 20pt;
}

h2 {
  font-size: 17pt;
}

h3 {
  font-size: 13pt;
}

img {
  border: 0;
}

pre,
code {
  font-family: monospace;
  font-size: 11pt;
}

pre {
  padding: 2pt;
  line-height: 16pt;
  overflow: auto;
  background: #eee;
}

a,
a code {
  color: #00c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#footer,
#content {
  margin: 25px;
  margin-left: 35px;
  margin-right: 35px;
  max-width: 650px;
}

.date {
  margin-top: 3px;
  margin-bottom: 20px;
}

