body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both
    }
h1 {
    font-size: 2.5em
    }
.author {
    font-size: 1.5em
    }
p {
    margin-top: 0.51em;
    text-align: justify;
    margin-bottom: 0.49em;
    text-indent: 1.25em
    }
.p2 {
    margin-top: 2em
    }
.p6 {
    margin-top: 6em
    }
.lbb {
    font-size: 1.15em
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 33.5%;
    margin-right: 33.5%;
    clear: both
    }
.hmp {
    font-size: 1.75em
    }
.bold {
    font-weight: bold
    }
hr.chap {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%
    }
@media print {
    hr.chap {
        display: none;
        visibility: hidden
        }
    }
div.chapter {
    page-break-before: always
    }
h2.nobreak {
    page-break-before: avoid
    }
table {
    margin-left: auto;
    margin-right: auto
    }
table.toc {
    border-collapse: collapse
    }
table.toc td, table.toc th {
    padding: 0.25em
    }
.tdl {
    text-align: left
    }
.tdr {
    text-align: right
    }
.thl {
    text-align: left
    }
.thr {
    text-align: right
    }
.pagenum {
    font-size: small;
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-indent: 0
    }
.center {
    text-align: center;
    text-indent: 0
    }
.half-title {
    text-align: center;
    font-size: large;
    margin: 6em 0
    }
.footnote {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 0.9em
    }
.footnote .label {
    text-align: right
    }
.fnanchor {
    vertical-align: super;
    font-size: 0.8em;
    text-decoration: none
    }
.poetry-container {
    display: flex;
    justify-content: center
    }
.poetry-container {
    text-align: center
    }
.poetry {
    text-align: left;
    margin-left: 5%;
    margin-right: 5%
    }
.poetry .stanza {
    margin: 1em auto
    }
.poetry .verse {
    text-indent: -3em;
    padding-left: 3em
    }
.transnote {
    background-color: #E6E6FA;
    color: black;
    font-size: small;
    padding: 0.5em;
    margin-bottom: 5em;
    font-family: sans-serif, serif
    }
.poetry .indent0 {
    text-indent: -3em
    }
.poetry .indent4 {
    text-indent: -1em
    }