body {
    margin-left: 8%;
    margin-right: 8%
    }
p {
    text-indent: 1.2em;
    text-align: justify;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.2em
    }
.noindent {
    text-indent: 0%;
    text-align: justify;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.2em
    }
.chapter {
    text-indent: 0;
    margin-top: 4em;
    margin-bottom: 3em;
    text-align: center;
    font-size: 110%;
    font-weight: bold
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.img {
    text-align: center;
    text-indent: 0;
    margin-top: 3em
    }
.caption {
    text-align: center;
    text-indent: 0;
    margin-top: 0.3em;
    margin-bottom: 3em;
    margin-left: 30%;
    margin-right: 30%;
    line-height: 1.2em;
    font-size: 98%
    }
.sc {
    font-variant: small-caps;
    font-size: 100%
    }
.blockquote {
    text-align: justify;
    text-indent: 0%;
    margin-left: 8%;
    margin-right: 8%;
    font-size: 98%;
    margin-top: 1.5em;
    margin-bottom: 1.5em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2em;
    line-height: 1.2em
    }
hr.long {
    width: 100%;
    margin-top: 2.5em;
    margin-bottom: 2.5em
    }
hr.med {
    width: 60%;
    margin-top: 2em;
    margin-bottom: 2em
    }
hr.short {
    width: 30%;
    margin-top: 2em;
    margin-bottom: 2em
    }
ul.toc {
    list-style-type: none;
    margin-left: 15%;
    margin-right: 3%;
    margin-top: 2em;
    width: 90%;
    line-height: 1.3em;
    font-size: 98%;
    text-indent: -2%
    }
.right {
    text-align: right
    }
.ralign {
    text-align: right;
    font-variant: small-caps
    }
a:link {
    color: #33C;
    background-color: inherit;
    text-decoration: none
    }
link {
    color: #33C;
    background-color: inherit;
    text-decoration: none
    }
a:visited {
    color: #33C;
    background-color: inherit;
    text-decoration: none
    }
a:hover {
    color: #F00;
    background-color: inherit
    }