body {
    margin-left: 10%;
    margin-right: 10%
    }
h1 {
    text-align: center
    }
h2 {
    text-align: center;
    font-style: italic
    }
p {
    margin-top: 0.51em;
    text-align: justify;
    margin-bottom: 0.49em
    }
.p2 {
    margin-top: 2em
    }
.ph2 {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center
    }
div.chap {
    page-break-before: always;
    page-break-after: always
    }
hr.chap {
    width: 64%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 18%;
    margin-right: 18%;
    clear: both
    }
table {
    margin-left: auto;
    margin-right: auto
    }
.tdr {
    text-align: right
    }
.pagenum {
    font-size: smaller;
    text-align: right
    }
.bbox {
    border: solid 2px
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.poetry-container {
    text-align: center
    }
.poetry-container .poem {
    display: inline-block;
    text-align: left
    }
.poetry-container .stanza {
    margin: 1em auto
    }
.poetry-container .verse {
    padding-left: 3em;
    text-indent: -3em
    }
.poetry-container .indent2 {
    text-indent: -2em
    }
.poetry-container .indent6 {
    text-indent: 0
    }
.poetry-container .indent8 {
    text-indent: 1em
    }
.poetry-container .indent10 {
    text-indent: 2em
    }
.poetry-container .indent18 {
    text-indent: 6em
    }
.poetry-container .indent20 {
    text-indent: 7em
    }
.poetry-container .indent22 {
    text-indent: 8em
    }
.poetry-container .indent24 {
    text-indent: 9em
    }
.poetry-container .indent26 {
    text-indent: 10em
    }
.poetry-container .indent28 {
    text-indent: 11em
    }
.hh-only {
    display: none
    }
.not-hh {
    display: inline
    }
@media all {
    .poetry-container .poem {
        text-align: left;
        margin-left: 1.5em
        }
    .poetry-container .stanza {
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: auto;
        margin-right: auto
        }
    .hh-only {
        display: inline
        }
    .not-hh {
        display: none
        }
    }
.transnote {
    background-color: #E6E6FA;
    color: black;
    font-size: smaller;
    padding: 0.5em;
    margin-bottom: 5em;
    font-family: sans-serif, serif
    }
h2.pg {
    font-style: normal
    }
hr.full {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border-width: 4px 0 0 0;
    border-style: solid;
    border-color: #000;
    clear: both
    }