body {
    margin-left: 10%;
    margin-right: 10%
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em;
    text-indent: 1em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
h3 {
    font-style: italic
    }
hr {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto
    }
hr.chapter {
    width: 65%
    }
hr.thought {
    width: 45%
    }
blockquote {
    margin-left: 5%;
    margin-right: 10%
    }
table {
    margin-left: auto;
    margin-right: auto;
    text-align: left
    }
.pagenum {
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-indent: 0;
    color: #ababab;
    background-color: inherit
    }
span[title].pagenum:after {
    content: " [" attr(title) "] "
    }
.center {
    text-align: center;
    text-indent: 0
    }
.smcap {
    font-variant: small-caps
    }
.u {
    text-decoration: underline
    }
.spaced {
    text-decoration: none;
    letter-spacing: 0.5em
    }
.lower {
    text-transform: lowercase
    }
.noindent {
    text-indent: 0
    }
ins {
    text-decoration: none;
    border-bottom: thin dotted gray
    }
ul.off {
    list-style-type: none
    }
div.preview {
    border: dashed 1px
    }
div.notes {
    background-color: #ccf;
    color: #000;
    margin-left: 10%;
    margin-right: 10%;
    padding: 0.5em
    }