body {
  background-color: #DFF0F0;
  padding: 20px;
}

h1 {
  background-color: #E5FAFF;
  text-align: center;
  font-variant: small-caps;
  border: thin solid #000088;
  font-size: 200%;
}

h2 {
  font-size: 150%;
  font-weight: 700;
  color: #000088;
  border-top: medium solid #AA0000;
  border-bottom: thin solid #AA0000;
}

div.author {
  text-align: right;
  font-style: italic;
}

span.author {
  font-style: italic;
  color: #AA8811;
}

a {
  color: #2222AA;
}

a:hover {
  color: #4444CC;
  background-color: #E5FAFF;
}

div.bible {
  margin-left: 40px;
  margin-right: 40px;
  color: #000088;
}

div.bible > span {
  color: #008800;
  font-style: italic;
}

em {
  font-style: italic;
  font-weight: 600;
}

div.otherquote {
  margin-left: 40px;
  margin-right: 40px;
  color: #AA2200;
}

sup.verse {
  color: purple;
  font-size: 60%;
}
