body {
    margin-left: 10%;
    margin-right: 10%
    }
hr {
    width: 80%;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.mid {
    width: 50%
    }
hr.tiny {
    width: 20%
    }
i {
    font-size: 103%
    }
a.toc {
    text-decoration: none
    }
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
    }
h1 {
    font-size: 300%
    }
h2 {
    font-size: 150%
    }
h3 {
    font-size: 125%
    }
h4 {
    font-size: 115%;
    margin-bottom: 1.5em
    }
h5 {
    font-size: 100%
    }
h6 {
    font-size: 90%
    }
p, div, blockquote {
    margin-top: 0.5em;
    margin-bottom: 0;
    line-height: 1.2
    }
p.illustration {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
p.illustration.chapter {
    margin-top: 6em;
    margin-bottom: 2em
    }
p.illustration.section {
    margin-top: 2em;
    margin-bottom: 2em
    }
p.inset {
    margin-left: 10%
    }
table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 80%
    }
td {
    vertical-align: top;
    padding: 0.1em 0.5em
    }
td.number {
    text-align: right
    }
.chapter {
    margin-top: 4em
    }
.section {
    margin-top: 2em
    }
.space {
    margin-top: 1em
    }
.nospace {
    margin-top: 0
    }
.ital {
    font-style: italic
    }
.boldf {
    font-weight: bold
    }
.extended {
    letter-spacing: 0.2em
    }
ins.correction {
    text-decoration: none;
    border-bottom: thin dotted red
    }
ins.edcorr {
    text-decoration: none;
    border-bottom: thin solid red
    }
ins.mycorr {
    text-decoration: none;
    border-bottom: thin dotted red
    }
.pagenum {
    font-size: 95%;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    text-indent: 0
    }
.mynote {
    background-color: #DDE;
    color: #000;
    padding: 0.5em;
    margin: 1em 5em;
    font-family: sans-serif;
    font-size: 95%
    }