body {
    margin-left: 4em;
    margin-right: 4em
    }
p {
    text-indent: 1em;
    text-align: justify
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.noindent {
    text-indent: 0
    }
.chapter {
    text-indent: 0;
    margin-top: 0.75em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    font-variant: small-caps
    }
.quote {
    text-align: justify;
    margin-left: 2em;
    margin-right: 1.95em;
    text-indent: 0
    }
.footnote {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 0.96em;
    text-indent: 0
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
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: -0.7em;
    text-align: left
    }
ol {
    list-style-type: none;
    margin-left: -0.9em;
    text-align: left
    }
div.centered {
    text-align: center
    }
div.centered table {
    margin-left: auto;
    margin-right: auto;
    text-align: left
    }
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
    }