body {
    margin-left: 10%;
    margin-right: 10%
    }
p {
    text-indent: 3%;
    text-align: justify;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.2em
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.sc {
    font-variant: small-caps;
    font-size: 100%
    }
.chapter {
    text-indent: 0;
    margin-top: 5em;
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 125%;
    font-weight: bold
    }
.head {
    text-align: center;
    text-indent: 0;
    margin-bottom: 2em;
    margin-top: 1em;
    font-size: 105%;
    font-weight: bold
    }
.blockquote {
    text-align: justify;
    margin-left: 6%;
    margin-right: 6%
    }
ul.toc {
    list-style-type: none;
    margin-left: 4em;
    margin-right: 4em;
    width: 100%;
    line-height: 1.4em
    }
ol.toc {
    list-style-type: upper-roman;
    margin-left: 4em;
    margin-right: 4em;
    width: 100%;
    line-height: 1.4em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    clear: both
    }
hr.full {
    width: 100%
    }
hr.med {
    width: 45%;
    margin-top: 2em;
    margin-bottom: 2em
    }
hr.short {
    width: 20%
    }
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
    }