body {
    margin-left: 12%;
    margin-right: 12%
    }
p {
    text-indent: 1em;
    line-height: 120%;
    text-align: justify
    }
.noindent {
    text-indent: 0
    }
.blockquote {
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 98%
    }
.chapter {
    text-indent: 0;
    margin-top: 5em;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 110%;
    font-weight: bold
    }
.head {
    text-indent: 0;
    margin-top: 1.5em;
    margin-bottom: 2.5em;
    text-align: center;
    font-weight: bold;
    font-size: 105%
    }
.ctr {
    text-align: center;
    text-indent: 0;
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: bold
    }
.sc {
    font-variant: small-caps;
    font-size: 105%
    }
h1, h2, h3, h4, h5 {
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em
    }
hr.long {
    text-align: center;
    width: 85%;
    margin-top: 3em;
    margin-bottom: 3em;
    text-indent: 0
    }
hr.med {
    text-align: center;
    width: 65%;
    margin-top: 3em;
    margin-bottom: 2em;
    text-indent: 0
    }
hr.short {
    text-align: center;
    width: 25%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-indent: 0
    }
.img {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em
    }
.caption {
    margin-top: 0.35em;
    margin-bottom: 4em;
    text-align: center;
    text-indent: 0;
    font-size: 90%;
    font-weight: bold
    }
ul.toc {
    list-style-type: none
    }
li {
    margin-top: 0.35em
    }
a:link {
    color: #33C;
    text-decoration: underline;
    font-weight: bold;
    background: inherit
    }
link {
    color: #33C;
    text-decoration: none;
    background: inherit
    }
a:visited {
    color: #33C;
    text-decoration: none;
    background: inherit
    }
a:hover {
    color: #F00
    }