body {
    margin-left: 10%;
    margin-right: 10%
    }
hr {
    width: 80%;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.mid {
    width: 50%
    }
hr.tiny {
    width: 20%
    }
a.xmas {
    text-decoration: none
    }
a.xmas:link {
    color: #090;
    background-color: inherit
    }
a.xmas:visited {
    color: #030;
    background-color: inherit
    }
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;
    color: #050;
    background-color: inherit
    }
h1 {
    font-size: 200%
    }
h2 {
    font-size: 150%
    }
h3 {
    font-size: 125%
    }
h4 {
    font-size: 115%
    }
h5 {
    font-size: 100%
    }
h6 {
    font-size: 80%
    }
p, blockquote {
    margin-top: 0.5em;
    margin-bottom: 0;
    line-height: 1.2
    }
.illustration {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
.caption {
    font-size: 0.75em;
    text-align: center
    }
.border {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
    }
.verse {
    margin-left: 3em;
    text-indent: -1em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    font-style: italic
    }
table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em
    }
td {
    vertical-align: top;
    padding: 0;
    margin: 0
    }
td.number {
    text-align: right;
    vertical-align: bottom;
    padding-bottom: 0.5em
    }
td.text {
    padding-bottom: 0.5em
    }
td.leftborder, td.rightborder {
    margin: 0;
    padding: 0
    }
table p {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1em;
    text-indent: -1em
    }
table h4 {
    margin-top: 0;
    margin-bottom: 0
    }
.chapter {
    margin-top: 4em
    }
.section {
    margin-top: 2em
    }
.space {
    margin-top: 1em
    }
.nospace {
    margin-top: 0
    }
.tinyroman {
    font-size: 0.6em
    }
.fancy {
    font-family: fantasy
    }
ins.correction {
    text-decoration: none;
    border-bottom: 1px dotted green
    }
.pagenum {
    font-size: 90%;
    color: #060;
    background-color: inherit;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    text-indent: 0
    }
.mynote {
    background-color: #DED;
    color: #000;
    padding: 0.5em;
    margin: 1em 5em;
    font-family: fantasy, sans-serif;
    font-size: 95%
    }