body {
    margin-left: 10%;
    margin-right: 10%
    }
div.maintext {
    max-width: 30em
    }
div.poem {
    margin-top: 1em;
    margin-bottom: 1em
    }
hr {
    width: 80%;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.mid {
    width: 40%
    }
hr.tiny {
    width: 20%
    }
sup {
    font-size: 75%;
    line-height: 50%
    }
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%
    }
h2 {
    font-size: 175%
    }
h3 {
    font-size: 150%
    }
h4 {
    font-size: 120%
    }
h5 {
    font-size: 100%
    }
h6 {
    font-size: 85%
    }
p {
    margin-top: 0.5em;
    margin-bottom: 0;
    line-height: 1.2
    }
p.inset {
    padding-left: 2em
    }
p.illustration {
    margin-top: 1em;
    margin-bottom: 1em
    }
p.citation {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-size: 90%
    }
p.center {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
div.poem p {
    margin-top: 0;
    margin-left: 2em;
    text-indent: -2em
    }
div.poem p.stanza {
    margin-top: 0.75em
    }
table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em
    }
table.trio {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-spacing: 0.5em 0
    }
td {
    vertical-align: top;
    text-align: left;
    padding: 0
    }
table.trio td {
    vertical-align: middle
    }
.dropcap {
    padding: 0 2em 0 0;
    margin: 0 0.25em 0 0
    }
.picture {
    padding-right: 0.5em;
    margin-top: 0.5em
    }
.hidden {
    display: none
    }
ins.correction {
    text-decoration: none;
    border-bottom: thin dotted red
    }
.pagenum {
    font-size: 95%;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    text-indent: 0
    }
div.mynote {
    background-color: #DDE;
    color: #000;
    padding: 0.5em 1em 1em;
    margin: 1em 5%
    }
div.endnote {
    padding: 0.5em 1em 1em;
    margin: 1em 0;
    border: 3px ridge #A9F
    }
div.mynote p, div.endnote p {
    font-family: sans-serif;
    font-size: 90%
    }
div.endnote h4 {
    font-family: sans-serif
    }
div.mynote a {
    text-decoration: none
    }