body {
    margin-left: 10%;
    margin-right: 10%
    }
div.poem {
    margin: 0 2em
    }
hr {
    width: 80%;
    margin-top: 1em;
    margin-bottom: 1em
    }
a {
    text-decoration: none
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
h1 {
    font-size: 200%
    }
h2 {
    font-size: 175%
    }
h3 {
    font-size: 150%
    }
h3.main {
    margin-top: 4em;
    margin-bottom: 4em
    }
h4 {
    font-size: 120%
    }
div.notes h4 {
    margin-top: 4em;
    margin-bottom: 1em
    }
h5 {
    font-size: 100%;
    margin: 0
    }
h6 {
    font-size: 85%;
    margin: 0
    }
p {
    margin-top: 0.5em;
    margin-bottom: 0;
    line-height: 1.2
    }
p.gap {
    margin-top: 3em;
    margin-bottom: 3em
    }
p.right {
    text-align: right
    }
p.illustration {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
p.hanging {
    margin-left: 3em;
    text-indent: -1em
    }
div.poem p {
    margin-left: 4em;
    text-indent: -4em
    }
div.poem p.inset {
    text-indent: -3em
    }
div.poem p + p {
    margin-top: 0
    }
div.notes p {
    font-size: 92%
    }
div.notes a {
    text-decoration: none
    }
span.floatcap {
    clear: left;
    padding-right: 0.5em;
    padding-bottom: 0.5em
    }
.smallcaps {
    font-variant: small-caps
    }
ins.correction {
    text-decoration: none;
    border-bottom: thin dotted red
    }
.pagenum {
    font-size: 90%;
    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%
    }
p.mynote {
    background-color: #DDE;
    color: #000;
    padding: 1em;
    margin: 1em 5%;
    font-family: sans-serif;
    font-size: 90%
    }
div.mynote p {
    font-family: sans-serif;
    font-size: 90%
    }
span.mynote {
    padding: 0.2em 0.5em;
    font-family: sans-serif;
    font-size: 90%;
    background-color: #DDE;
    color: #000
    }
div.contents {
    margin: 4em 2em;
    padding: 1em;
    border: 3px ridge #ABF
    }
div.contents p {
    font-family: sans-serif;
    margin-left: 1.5em;
    text-indent: -1.5em
    }