body {
    margin-left: 3.5em;
    margin-right: 3.5em
    }
p {
    text-indent: 1em;
    text-align: justify
    }
.noindent {
    text-indent: 0;
    text-align: justify
    }
.indent {
    text-indent: 2.5em
    }
.roman {
    text-align: center;
    margin-top: 1em;
    font-weight: bold
    }
.footnote {
    font-size: 98%;
    margin-left: 0;
    margin-right: 0;
    text-indent: 0
    }
.caption {
    text-align: center;
    font-size: 85%;
    margin-top: 0.5em;
    margin-bottom: 2em
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.quote {
    text-align: left;
    margin-left: 4em;
    text-indent: 0
    }
.blockquote {
    text-align: justify;
    margin-left: 2em;
    margin-right: 2em;
    text-indent: 0
    }
ul {
    list-style-type: none;
    margin-left: -1em;
    text-align: left
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em
    }
hr.long {
    text-align: center;
    width: 90%;
    margin-top: 2em;
    margin-bottom: 1em
    }
hr.short {
    text-align: center;
    width: 50%;
    margin-top: 2em;
    margin-bottom: 1em
    }
div.img {
    text-align: center;
    border: none;
    max-width: 100%;
    margin-top: 1.5em
    }
a:link {
    color: #00f;
    text-decoration: none
    }
link {
    color: #00f;
    text-decoration: none
    }
a:visited {
    color: #00f;
    text-decoration: none
    }
a:hover {
    color: #f00
    }
pre {
    font-size: 9pt
    }