body {
    margin-left: 12%;
    margin-right: 12%
    }
p {
    text-align: justify;
    text-indent: 1em;
    line-height: 1.27em
    }
.noindent {
    text-align: justify;
    text-indent: 0
    }
.chapter {
    text-indent: 0;
    margin-top: 5em;
    margin-bottom: 2em;
    text-align: center;
    font-size: 115%;
    font-weight: bold
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.sc {
    font-variant: small-caps;
    font-size: 100%
    }
.blockquote {
    text-align: justify;
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 98%
    }
.img {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.med {
    text-align: center;
    width: 60%;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    text-indent: 0
    }
hr.short {
    text-align: center;
    width: 25%;
    margin-top: 2em;
    margin-bottom: 2em;
    text-indent: 0
    }
table {
    margin-left: auto;
    margin-right: auto
    }
ul {
    list-style-type: none
    }
ul.toc {
    list-style-type: none;
    margin-top: 1em;
    margin-bottom: 2em;
    margin-left: 2em;
    line-height: 1.3em
    }
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
    }