body {
    margin-left: 3em;
    margin-right: 3em
    }
p {
    text-indent: 1em;
    text-align: justify
    }
.noindent {
    text-indent: 0;
    text-align: justify
    }
.noindentbold {
    text-indent: 0;
    text-align: justify;
    font-weight: bold;
    margin-top: 2em
    }
.indent {
    text-indent: 2em
    }
.quote {
    text-align: justify;
    margin-left: 3em;
    margin-right: 2em;
    text-indent: 0
    }
ol {
    list-style-type: upper-roman;
    margin-left: 1em
    }
ul {
    list-style-type: none;
    margin-left: -2em;
    margin-bottom: 1.5em;
    text-align: left
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.long {
    text-align: center;
    width: 90%;
    margin-top: 2em;
    margin-bottom: 1.5em
    }
hr.short {
    text-align: center;
    width: 50%;
    margin-top: 2.5em;
    margin-bottom: 1.5em
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }