body {
    background: #fdfdfd;
    color: black;
    font-family: "Times Roman", serif;
    font-size: large;
    margin-left: 15%;
    margin-right: 15%;
    text-align: justify
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
hr.narrow {
    width: 40%;
    text-align: center
    }
hr {
    width: 100%
    }
hr.full {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border-width: 4px 0 0 0;
    border-style: solid;
    border-color: #000;
    clear: both
    }
blockquote {
    font-size: large
    }
blockquote.med {
    font-size: medium
    }
table {
    font-size: large;
    text-align: left
    }
table.j {
    font-size: large;
    text-align: justify
    }
td.j {
    text-align: justify
    }
td.w50 {
    width: 50%
    }
p {
    text-indent: 3%
    }
p.noindent {
    text-indent: 0%
    }
p.noline {
    margin-top: 0
    }
.center {
    text-align: center
    }
.ind2 {
    margin-left: 2em
    }
.ind3 {
    margin-left: 3em
    }
.ind5 {
    margin-left: 5em
    }
.ind6 {
    margin-left: 6em
    }
.ind8 {
    margin-left: 8em
    }
.ind10 {
    margin-left: 10em
    }
.ind12 {
    margin-left: 12em
    }
.ind20 {
    margin-left: 20em
    }
.ind24 {
    margin-left: 24em
    }
.nowrap {
    white-space: nowrap
    }
.noht {
    line-height: 0
    }
.small {
    font-size: 85%
    }
.smallcaps {
    font-variant: small-caps
    }
.u {
    text-decoration: underline
    }
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: 70%
    }