body {
    margin-left: 8%;
    margin-right: 8%
    }
p {
    text-indent: 1.2em;
    text-align: justify;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.25em
    }
.noindent {
    text-indent: 0%;
    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: 120%
    }
.head {
    text-indent: 0;
    margin-top: 2em;
    margin-left: 6%;
    margin-right: 6%;
    margin-bottom: 2em;
    text-align: center;
    font-weight: bold;
    font-size: 108%
    }
.sig {
    text-indent: 0%;
    text-align: right
    }
.blockquote {
    text-align: justify;
    text-indent: 0%;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 100%;
    margin-top: 1.5em;
    margin-bottom: 1.5em
    }
.foot {
    margin-left: 8%;
    margin-right: 8%;
    text-align: justify;
    text-indent: -1.25em;
    font-size: 98%
    }
h1 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em
    }
h2 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em
    }
h3 {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em
    }
h4 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em
    }
h5 {
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1em
    }
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: 40%;
    margin-top: 2em;
    margin-bottom: 2em
    }
table {
    margin-left: auto;
    margin-right: auto
    }
ul {
    list-style-type: none;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 1.2em;
    text-indent: -1.25em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: justify
    }
ul.title {
    list-style-type: none;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 1.2em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: justify;
    font-weight: bold;
    text-indent: 0
    }
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
    }