body {
    margin-left: 10%;
    margin-right: 10%
    }
div.titlepage {
    margin: 4em auto;
    text-align: center
    }
a.tag {
    text-decoration: none;
    vertical-align: 0.3em;
    font-size: small;
    font-style: normal;
    padding-left: 0.25em;
    line-height: 0.1em
    }
a.error {
    border-bottom: 1px dotted red
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
h1 {
    font-size: 200%;
    line-height: 2;
    margin-bottom: 0
    }
h2 {
    font-size: 175%
    }
h3 {
    font-size: 150%;
    margin-top: 2em
    }
h4 {
    font-size: 120%;
    margin-top: 2em
    }
h5 {
    font-size: 100%
    }
div.correction h5 {
    font-size: medium;
    font-weight: bold;
    text-align: left;
    margin-top: 0.25em
    }
h6 {
    font-size: 85%
    }
span.subhead {
    font-size: 67%;
    line-height: 2
    }
p {
    margin-top: 0.5em;
    margin-bottom: 0;
    line-height: 1.2
    }
p.synopsis {
    line-height: 1.5;
    font-variant: small-caps;
    margin: 2em 0 2em 1em;
    text-indent: -1em
    }
div.maintext > p {
    text-indent: 1.5em;
    margin-top: 0
    }
div.maintext p[class] {
    text-indent: 0
    }
div.maintext > p.center {
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
p.center {
    text-align: center
    }
div.verse {
    margin: 0.5em 3em;
    font-size: 94%;
    text-align: left
    }
div.verse p {
    margin-top: 0;
    margin-left: 4em;
    text-indent: -4em
    }
div.verse p.open {
    text-indent: -4.5em
    }
p.footnote, div.footnote {
    margin: 1em 2em;
    font-size: 95%
    }
div.footnote {
    margin-top: 1.5em
    }
div.picture {
    text-align: center;
    margin: 1em auto
    }
p.illustration, div.maintext p.illustration {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
p.caption {
    text-align: center;
    margin: 0.5em auto 1em;
    font-size: 83%
    }
p.leftside, p.rightside {
    font-size: 75%;
    padding: 0;
    margin-top: 0.5em
    }
p.leftside {
    display: inline-block;
    width: 45%;
    text-align: left
    }
p.rightside {
    display: inline-block;
    width: 45%;
    text-align: right
    }
p.rightside + p.caption {
    margin-top: 0.5em
    }
div.picblock {
    display: inline-block;
    margin: 0 1em
    }
.figfloat {
    clear: right;
    padding: 0 0 0.5em 0.5em
    }
span.figfloat {
    padding-top: 0.5em
    }
div.figfloat {
    clear: right;
    padding: 0 0 0 1em;
    margin: 0
    }
span.dropcap {
    clear: left;
    padding: 0 0.5em 0.25em 0
    }
p.capital {
    padding-right: 0.5em
    }
.allclear {
    clear: both
    }
.hidden {
    display: none
    }
.smallroman {
    text-transform: lowercase;
    font-variant: small-caps
    }
.smallest {
    font-size: 75%
    }
.small {
    font-size: 75%
    }
span.firstword {
    text-transform: uppercase
    }
.mynote, .correction {
    background-color: #DDE;
    color: #000;
    border: 1px solid #CCD
    }
ins.correction, a.error {
    text-decoration: none;
    padding: 0.1em
    }
div.correction {
    font-family: sans-serif;
    font-size: 88%;
    margin: 0.25em 5%;
    padding: 0.5em 0.75em
    }
div.correction p {
    margin-left: 1em;
    text-indent: -1em
    }
div.correction p.continue {
    margin-top: 0
    }
span.citation {
    font-size: medium;
    font-family: serif
    }
span.pagenum {
    font-size: small;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    text-indent: 0
    }
.mynote {
    font-family: sans-serif;
    font-size: 92%
    }
div.mynote {
    margin: 1em 5%;
    padding: 0.5em 1em 1em
    }
div.mynote a {
    text-decoration: none
    }
div.endnote {
    padding: 0.5em 1em 1em;
    margin: 1em;
    border: 3px ridge #A9F;
    font-family: sans-serif;
    font-size: 90%
    }
@media print {
    .screenstyle {
        display: none
        }
    body {
        margin-left: 2%;
        margin-right: 2%
        }
    a {
        text-decoration: none;
        color: inherit
        }
    div.maintext {
        page-break-before: always
        }
    div.verse, p.synopsis {
        page-break-inside: avoid
        }
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid
        }
    p.caption, p.leftside, p.rightside {
        page-break-before: avoid
        }
    span.pagenum {
        position: static;
        float: right;
        width: auto;
        margin-right: -10%
        }
    ins.correction, a.error {
        background-color: #CCC
        }
    ins.correction {
        border-bottom: none
        }
    }
@media screen {
    span.pagenum {
        position: absolute;
        right: 2%
        }
    .mynote ins.correction, a.error {
        border-bottom: 1px dotted red
        }
    }