body {
  width: 92%;
  max-width: 16cm;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Lora', serif;
}

hr {
  border: 1px solid #222;
  border-bottom: 0px solid white;  
}

p {
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  text-indent: 2em;
  line-height: 1.4em;
}

.footnote-ref {
  font-size: 0.8em;
  line-height: 1.4em;
  padding-left: 0.125em;
  padding-right: 0.125em;
}

.footnote-ref sup {
  vertical-align: top;
}

a {
  color: black;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.footnotes ol {
  padding-left: 1.5em;
}

.footnotes li {
  font-size: 0.9em;
}

.footnotes p {
  text-indent: 0;
}

.footnote-back {
  font-size: 0.9em;
  padding-left: 0.25em;
}