body {
    margin-left: 7%;
    margin-right: 8%;
    font-size: 110%
    }
p {
    margin-top: 0.5em;
    text-indent: 1em;
    text-align: justify;
    margin-bottom: 0.5em;
    line-height: 120%
    }
h1 {
    text-align: center;
    clear: both;
    font-weight: normal;
    font-style: normal;
    font-size: 150%;
    line-height: 120%;
    margin-top: 2.5em;
    margin-bottom: 1em
    }
h2 {
    text-align: center;
    clear: both;
    font-weight: normal;
    font-style: normal;
    font-size: 120%;
    line-height: 120%;
    margin-top: 2em;
    margin-bottom: 1em
    }
#tnote {
    background-color: #EEE;
    color: inherit;
    margin: 2em 25%;
    padding: 0.5em 1em;
    border: 1px solid gray;
    font-size: small
    }
#tnote p {
    text-indent: 0;
    text-align: left;
    margin-bottom: 0.75em;
    margin-top: 0.25em
    }
.image-center {
    margin: 1.5em auto;
    text-align: center
    }
.image-center-plate {
    page-break-before: always;
    margin: 1.5em auto;
    text-align: center
    }
.image-float-left {
    margin-right: 1em
    }
.caption {
    font-size: small;
    margin: 0.25em 0
    }
.caption p {
    text-align: center;
    text-indent: 0
    }
.front {
    margin-top: 2em;
    margin-bottom: 4em
    }
.front p {
    margin-top: 2em;
    margin-bottom: 2em;
    text-indent: 0;
    text-align: center;
    line-height: 125%
    }
.pagenum {
    font-size: small;
    font-style: normal;
    font-weight: normal;
    text-align: right
    }
.fnanchor {
    vertical-align: 15%;
    font-size: x-small
    }
.footnote p {
    margin-left: 3.5%;
    margin-right: 3.5%;
    font-size: small
    }
.poetry-container {
    text-align: center
    }
.poetry {
    display: inline-block;
    text-align: left;
    font-size: small
    }
.poetry .stanza {
    margin: 0.5em auto
    }
.poetry .verse {
    text-indent: -3em;
    padding-left: 3em
    }
.poetry .quote {
    text-indent: -3.5em
    }
.poetry .indent2 {
    text-indent: -2em
    }
.block {
    display: inline-block;
    width: 100%
    }
.nodent {
    text-indent: 0
    }
.center {
    text-indent: 0;
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.uppercase {
    text-transform: uppercase
    }
.small {
    font-size: small
    }
.gap-above {
    margin-top: 2em
    }
@media screen, print {
    img.drop-cap {
        float: left;
        margin: 0 0.5em 0.5em 0
        }
    span.drop-cap1 {
        margin-left: -1em;
        color: transparent;
        visibility: hidden
        }
    span.drop-cap2 {
        margin-left: -1.5em;
        color: transparent;
        visibility: hidden
        }
    }
@media all {
    img.drop-cap {
        display: none
        }
    span.drop-cap1, span.drop-cap2 {
        color: inherit;
        visibility: visible;
        margin-left: 0
        }
    }