pre {
    color: #000;
    background-color: #FFF;
    padding: 1em
    }
body {
    margin-left: 10%;
    margin-right: 10%;
    color: #022;
    background-color: #FFD
    }
div.page {
    margin-top: 4em;
    margin-bottom: 4em
    }
div.maintext {
    margin-top: 4em;
    margin-bottom: 4em;
    font-size: 125%;
    margin-left: 10%;
    max-width: 20em
    }
div.orange {
    color: inherit;
    background-color: #FB6;
    padding: 1em
    }
div.green {
    color: inherit;
    background-color: #688;
    padding: 1em
    }
img {
    text-decoration: none;
    border: none;
    margin: 0
    }
div.thumbs img {
    margin: 1em 0.5em;
    border: 1px solid #CBA
    }
a {
    text-decoration: none;
    color: #066;
    background-color: inherit
    }
hr {
    width: 80%;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center
    }
hr.mid {
    width: 40%
    }
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
    }
h1 {
    font-size: 200%;
    line-height: normal;
    font-family: fantasy
    }
h2 {
    font-size: 175%
    }
h3 {
    font-size: 150%
    }
h4 {
    font-size: 120%
    }
h5 {
    font-size: 100%
    }
h6 {
    font-size: 80%
    }
h6.smaller {
    font-size: 67%
    }
p {
    margin-top: 0.5em;
    margin-bottom: 0;
    line-height: 1.2
    }
div.maintext p {
    line-height: 1.5em
    }
p.illustration {
    clear: both;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
p.floatright {
    clear: right;
    text-align: right;
    margin-left: 1em;
    margin-right: 0;
    margin-top: 0.5em;
    margin-bottom: 0
    }
p.floatright + p.floatright {
    margin-top: 0
    }
div.verse {
    margin: 1em 2em;
    font-size: 80%
    }
div.verse p {
    line-height: normal;
    margin-left: 4em;
    text-indent: -4em
    }
p.center {
    text-align: center
    }
p.rightside {
    margin-left: 50%
    }
p.empty {
    margin: 0
    }
p.empty.left {
    clear: left
    }
p.empty.right {
    clear: right
    }
table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em
    }
td {
    vertical-align: top;
    text-align: left;
    padding: 0 1em
    }
table.booklist p {
    margin-top: 0;
    margin-left: 2em;
    text-indent: -2em;
    line-height: normal
    }
span.offset {
    margin-left: -0.67em
    }
span.inset {
    padding-left: 3.5em
    }
span.inset2 {
    padding-left: 7em
    }
span.inset3 {
    padding-left: 10.5em
    }
.smallcaps {
    font-variant: small-caps
    }
.extended {
    letter-spacing: 0.1em
    }
span.extended.super {
    letter-spacing: 1.5em
    }
.sans {
    font-family: sans-serif
    }
.fancy {
    font-family: fantasy
    }
div.mynote, p.mynote {
    background-color: #FFE;
    color: #000;
    margin: 1em 5%;
    font-family: sans-serif;
    font-size: 90%;
    border: 3px ridge #963
    }
div.mynote {
    padding: 0.5em 1em 1em
    }
p.mynote {
    padding: 1em
    }
div.mynote a {
    text-decoration: none
    }