body {
    margin-left: 10%;
    margin-right: 10%
    }
div.title {
    margin: 3em 1em
    }
hr {
    width: 80%;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.small {
    width: 20%
    }
hr.page {
    width: 40%;
    margin-top: 3em;
    margin-bottom: 3em
    }
a.tag {
    text-decoration: none;
    vertical-align: 0.3em;
    font-size: 80%;
    padding-left: 0.25em;
    line-height: 0.1em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: 1.25;
    margin: 1em
    }
h1 {
    font-size: 200%
    }
div.title h1 {
    font-size: 250%;
    font-weight: bold;
    margin: 0.5em
    }
h2 {
    font-size: 175%
    }
h3 {
    font-size: 150%
    }
h4 {
    font-size: 115%
    }
div.maintext h4 {
    font-weight: bold;
    margin-top: 3em
    }
div.maintext h4 + hr {
    margin-bottom: 2em
    }
h5 {
    font-size: 100%
    }
h6 {
    font-size: 85%
    }
p {
    margin-top: 0.5em;
    margin-bottom: 0;
    line-height: 1.2
    }
p.gap {
    line-height: 2
    }
p.right {
    text-align: right;
    margin-right: 2em
    }
p.poem {
    font-size: 95%;
    margin-left: 4em;
    text-indent: -2em;
    margin-top: 0
    }
p.poem.first {
    margin-top: 0.5em
    }
p.illustration {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
div.footnote {
    margin: 2em
    }
div.footnote p {
    font-size: 95%
    }
.firstletter {
    padding-right: 0.2em
    }
.firstletter.ex {
    margin-top: -0.75em
    }
span.firstword {
    text-transform: uppercase
    }
.smallcaps {
    font-variant: small-caps
    }
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
    }
p.mynote {
    background-color: #DDE;
    color: #000;
    padding: 1em;
    margin: 1em 5%;
    font-family: sans-serif;
    font-size: 90%
    }