body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h3 {
    text-align: center;
    text-indent: 0;
    clear: both;
    font-weight: bold;
    page-break-before: avoid
    }
h1 {
    margin: 1em 5% 1em;
    font-size: 180%
    }
h3 {
    margin: 2em 5% 1em;
    font-size: 140%
    }
.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
    }
.unindent {
    text-indent: 0;
    margin-top: 0.51em;
    text-align: justify;
    margin-bottom: 0.49em
    }
p.hanging {
    margin-left: 3em;
    text-indent: -3em
    }
p.hanginglist {
    margin-left: 7em;
    text-indent: -3em;
    margin-top: -0.5em
    }
.p2 {
    margin-top: 2em
    }
.indent3 {
    margin-left: 3em;
    text-indent: 0
    }
.center {
    text-align: center;
    text-indent: 0
    }
.smcap {
    font-style: normal;
    font-variant: small-caps
    }
.allsmcap {
    font-variant: small-caps;
    text-transform: lowercase
    }
.muchlarger {
    font-size: 150%
    }
.u {
    text-decoration: underline
    }
span.lock {
    white-space: nowrap
    }
abbr {
    border: none;
    text-decoration: none;
    font-variant: normal
    }
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
        }
    }
.footnote {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 0.9em;
    text-decoration: none
    }
.footnote .label {
    text-align: right
    }
.fnanchor {
    vertical-align: super;
    font-size: 0.8em;
    text-decoration: none;
    white-space: nowrap
    }
.poetry-container {
    display: flex;
    justify-content: center
    }
.poetry {
    text-align: left;
    margin: 0.25em 5% 0.25em 5%
    }
.poetry .verse {
    text-indent: -3em;
    padding-left: 3em
    }
.poetry .indent0 {
    text-indent: -3em
    }