
html, body {
  background-color: white;
}

body {
  margin-left: 1em;
  margin-right: 1em;
}

h1 {
  border-bottom-style: solid;
  border-bottom-color: black;
  border-bottom-width: thin;
}

h1.title {
  font-size: 110%;
  border-style: solid;
  border-color: black;
  border-width: thin;
  background-color: #ccccee;
}

p {
  margin-left: 1em;
  margin-right: 1em;
}

li {
  margin-left: 1em;
}

blockquote {
  font-family: "Courier New", monospace;
}

span.book {
  font-style: italic;
}

span.author {
  font-style: italic;
  font-size: 80%;
}
