body {
  background: white;
  color: black;
  padding: 20px 40px;
  font-family: sans-serif;
  font-size: 9pt;
  line-height: 14pt;
}

p {
  text-align: justify;
  margin-bottom: 20px;
  max-width:800px;
}

h1 { margin-top: 30px; }

#title {
  font-size: 24pt;
  font-weight: bold;
  margin-bottom: 40px;
}

.quote {
  margin: 0 50px;
  max-width: 500px;
  font-style: italic;
}

.quote cite {
  font-weight: bold;
}
