body {
    color: black;
    font-family: "Times New Roman", serif;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify
    }
h1, h2, h3, h4 {
    text-align: center;
    clear: both
    }
hr.narrow {
    width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
hr {
    width: 100%
    }
blockquote {
    font-size: large
    }
blockquote.med {
    font-size: medium
    }
table {
    font-size: large;
    text-align: left
    }
p {
    text-indent: 4%
    }
p.noindent {
    text-indent: 0%
    }
.center {
    text-align: center
    }
.ind2 {
    margin-left: 2em
    }
.ind5 {
    margin-left: 5em
    }
.ind8 {
    margin-left: 8em
    }
.ind10 {
    margin-left: 10em
    }
.ind12 {
    margin-left: 12em
    }
.ind15 {
    margin-left: 15em
    }
.jright {
    text-align: right
    }
.small {
    font-size: small
    }
.smallcaps {
    font-variant: small-caps
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red;
    text-decoration: underline
    }
pre {
    font-size: 75%
    }