body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2, h4 {
    text-align: center;
    clear: both
    }
.faux {
    font-size: 0.5em;
    visibility: hidden
    }
.nav_only {
    display: block
    }
@media all {
    .nav_only {
        display: none
        }
    }
p {
    margin-top: 0.51em;
    text-align: justify;
    margin-bottom: 0.49em;
    text-indent: 1em
    }
p.no_indent {
    text-indent: 0
    }
p.also {
    text-indent: 2em
    }
p.sig {
    text-align: center;
    text-indent: 0
    }
p.gap {
    text-align: center;
    letter-spacing: 4em
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 33.5%;
    margin-right: 33.5%;
    clear: both
    }
hr.chapter {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%
    }
.pagenum {
    font-size: smaller;
    text-align: right
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.smaller {
    font-size: smaller
    }
p.title1 {
    font-size: 3em;
    letter-spacing: 0.35em;
    text-align: center
    }
p.title2 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 0.35em
    }
p.title3 {
    font-size: 3em;
    text-align: center
    }
.spaced {
    letter-spacing: 0.7em
    }
.padded {
    padding-left: 0.5em;
    padding-right: 0.5em
    }
p.maxi {
    font-size: 1.8em;
    text-align: center
    }
p.midi {
    font-size: 1.2em;
    text-align: center
    }
p.mini {
    font-size: 1em;
    text-align: center
    }
p.author {
    font-size: 2em;
    text-align: center
    }
p.printed {
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center
    }
p.place {
    padding-top: 1.5em;
    text-indent: 2em
    }
p.end {
    padding-top: 6em;
    padding-bottom: 3em;
    text-align: center
    }
.footnotes {
    border: dashed 1px
    }
.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
    }
.title_poem {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center
    }
.poetry-container {
    text-align: center
    }
.poetry {
    display: inline-block;
    text-align: left;
    margin: 1em auto
    }
.poetry .p_line {
    text-indent: -3em;
    padding-left: 3em;
    font-size: 0.9em
    }
.poetry .p_ref {
    text-align: right;
    text-indent: 1em
    }
@media all {
    .poetry {
        display: block;
        margin-left: 1.5em
        }
    .poetry .p_ref {
        text-align: left;
        text-indent: 0;
        padding-left: 4em
        }
    }
.transnote {
    background-color: #E6E6FA;
    color: black;
    font-size: smaller;
    padding: 0.5em;
    margin-bottom: 5em;
    font-family: sans-serif, serif
    }
.transnote h2 {
    text-align: left
    }
.nopagebreak {
    page-break-before: avoid
    }
.covernote {
    visibility: hidden;
    display: none
    }
@media all {
    .covernote {
        visibility: visible;
        display: block
        }
    }
.correction {
    text-decoration: none;
    border-bottom: thin dotted gray
    }
@media all {
    .correction {
        text-decoration: none;
        border-bottom: thin dotted gray
        }
    }
abbr {
    text-decoration: none;
    border-bottom: thin dotted gray
    }
.no_mark {
    text-decoration: none;
    border-bottom: none
    }
@media all {
    abbr {
        text-decoration: none;
        border-bottom: none
        }
    }
cite.plain {
    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
    }