body {
    background: white;
    color: black;
    margin-left: 15%;
    margin-right: 15%
    }
h1 {
    text-align: center;
    margin-top: 4em;
    color: #C00;
    background: white
    }
h2 {
    text-align: center;
    margin-top: 2em
    }
h3 {
    text-align: center
    }
hr {
    width: 10%;
    color: black;
    margin-top: 1em;
    background: white
    }
p.author {
    color: #C00;
    background: white;
    font-size: larger;
    text-align: center;
    font-weight: bold
    }
p.part {
    font-size: x-large;
    padding: 2em;
    text-align: center
    }
p.indent {
    text-indent: 1em;
    text-align: justify
    }
p.subtitle {
    text-align: center;
    font-size: large;
    margin-top: 1em;
    margin-bottom: 1em
    }
p.index {
    margin-top: 0;
    margin-bottom: 0
    }
p.subindex {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2em
    }
p.bquote {
    margin-left: 4em
    }
span.page {
    text-align: right;
    text-indent: 0;
    color: gray;
    background: white;
    font-weight: normal
    }