body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2, h3, h4 {
    text-align: center;
    text-indent: 0;
    clear: both;
    font-weight: bold;
    page-break-before: avoid
    }
h1 {
    margin: 2em 5% 1em;
    font-size: 180%
    }
h2 {
    margin: 2em 5% 1em;
    font-size: 140%
    }
.h1head {
    clear: both;
    display: block;
    text-indent: 0;
    text-align: center;
    font-weight: bold;
    page-break-before: avoid;
    margin: 2em 5% 1em;
    font-size: 180%
    }
.nobreak {
    page-break-before: avoid
    }
div.chapter {
    page-break-before: always;
    margin-top: 4em
    }
p {
    text-indent: 1.25em;
    margin-top: 0.51em;
    text-align: justify;
    margin-bottom: 0.49em
    }
.p4 {
    margin-top: 4em
    }
.right {
    text-align: right;
    margin-right: 2em
    }
.center {
    text-align: center;
    text-indent: 0
    }
.blockquot {
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
    font-size: 95%
    }
.smcap {
    font-style: normal;
    font-variant: small-caps
    }
.allsmcap {
    font-variant: small-caps;
    text-transform: lowercase
    }
em {
    font-style: italic
    }
.larger {
    font-size: 120%
    }
.ls {
    letter-spacing: 0.25em;
    margin-right: -0.25em
    }
span.lock {
    white-space: nowrap
    }
abbr {
    border: none;
    text-decoration: none;
    font-variant: normal
    }
a:visited {
    text-decoration: none;
    color: red
    }
a:link {
    text-decoration: none
    }
hr {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
hr.chap {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%
    }
@media print {
    hr.chap {
        display: none;
        visibility: hidden
        }
    }
img {
    max-width: 100%;
    height: auto
    }
.figcenter {
    margin: auto;
    text-align: center;
    page-break-inside: avoid;
    max-width: 20%;
    height: auto;
    text-align: center
    }
.pagenum {
    font-size: 50%;
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-indent: 0;
    color: #444
    }
.poetry-container {
    display: flex;
    justify-content: center
    }
.poetry {
    text-align: left;
    margin: 0.25em 5% 0.25em 5%
    }
.poetry .stanza {
    margin: 1em auto
    }
.poetry .verse {
    text-indent: -3em;
    padding-left: 3em
    }
.poetry .indent0a {
    text-indent: -3.5em
    }
.poetry .indent0b {
    text-indent: -3.25em
    }
.poetry .indent0 {
    text-indent: -3em
    }
.poetry .indent2 {
    text-indent: -2em
    }
.poetry .indent24 {
    text-align: right
    }