body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2 {
    text-align: center;
    clear: both
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
.big {
    font-size: 200%;
    font-weight: bold
    }
.correction {
    text-decoration: none;
    border-bottom: thin dotted gray
    }
hr.tb {
    width: 15%
    }
hr.chap {
    width: 65%
    }
table {
    margin-left: auto;
    margin-right: auto
    }
.pagenum {
    font-size: 0.8em;
    color: gray;
    text-align: right
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.smcap-all {
    font-size: 80%
    }
.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
    }
.poem.stanza {
    margin: 1em 0 1em 0
    }
.poetry-container {
    text-align: center
    }
.poetry {
    display: inline-block;
    text-align: left
    }
.poetry .verse {
    text-indent: -3em;
    padding-left: 3em
    }
.poetry .stanza {
    margin: 1em auto
    }
.poetry .indent12 {
    text-indent: 12em
    }
.right {
    text-align: right
    }
.smaller {
    font-size: 60%;
    text-align: center
    }
.space-above {
    margin-top: 3em
    }
.space-below {
    margin-bottom: 3em
    }
.space {
    padding-left: 8em
    }
.notebox {
    border: solid 2px;
    padding: 1em;
    margin-left: 15%;
    margin-right: 15%;
    background: #FEEDDC
    }