body {
    margin-left: 10%;
    margin-right: 10%
    }
h1 {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
    font-size: x-large;
    font-weight: normal;
    line-height: 1.6
    }
h2, h3, h4 {
    text-align: center;
    clear: both
    }
div.chapter {
    page-break-before: always
    }
.half-title {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
    font-size: x-large;
    font-weight: normal;
    line-height: 1.6
    }
p {
    text-indent: 1em;
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
.spaced {
    margin-top: 3em;
    margin-bottom: 3em
    }
.space-above {
    margin-top: 6em
    }
.space-below {
    margin-bottom: 3em
    }
.toc {
    font-size: small;
    margin-left: 5em
    }
hr.chap {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.lowercase {
    text-transform: lowercase
    }
.xs {
    font-size: x-small
    }
img {
    border: none;
    max-width: 100%
    }
.figcenter {
    margin: 1em auto;
    text-align: center
    }
.poetry-container {
    text-align: center;
    margin: -1em 0
    }
.poetry {
    display: inline-block;
    text-align: left
    }
.poetry .stanza {
    margin: 1em 0 1em 0
    }
.poetry .verse {
    text-indent: -3em;
    padding-left: 3em
    }
.poetry .indent2 {
    text-indent: -2em
    }
.transnote {
    background-color: #E6E6FA;
    color: black;
    font-size: smaller;
    padding: 0.5em;
    margin-bottom: 5em;
    font-family: sans-serif, serif
    }
a:link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }