body {
    margin-left: 4em;
    margin-right: 4em
    }
p {
    text-indent: 1em;
    text-align: justify
    }
.head {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2em;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 150%;
    text-indent: 0
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.noindent {
    text-indent: 0
    }
.chapter {
    text-indent: 0;
    margin-top: 3em;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 110%;
    font-weight: bold
    }
.quote {
    text-indent: 0;
    margin-left: 1.95em;
    margin-right: 1.95em;
    text-align: justify
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
h1.pg {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0
    }
h4.pg {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0
    }
hr.long {
    text-align: center;
    width: 95%;
    margin-top: 2em;
    margin-bottom: 2em
    }
hr.med {
    text-align: center;
    width: 60%;
    margin-top: 1.5em;
    margin-bottom: 2em
    }
hr.short {
    text-align: center;
    width: 25%;
    margin-top: 1.5em;
    margin-bottom: 2em
    }
ul {
    list-style-type: none;
    margin-left: -2em;
    margin-bottom: 1em;
    text-align: left;
    font-size: 97%
    }
a:link {
    color: #00C;
    text-decoration: none;
    font-weight: bold
    }
link {
    color: #00C;
    text-decoration: none
    }
a:visited {
    color: #00C;
    text-decoration: none
    }
a:hover {
    color: #F00
    }
hr.full {
    width: 100%
    }
pre {
    font-size: 8pt
    }