body {
    background: #fdfdfd;
    color: black;
    font-family: "Times New Roman", serif;
    font-size: large;
    margin-top: 0;
    margin-left: 15%;
    margin-right: 15%;
    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.footnote {
    font-size: large
    }
table {
    font-size: large;
    text-align: left
    }
table.ed {
    font-size: large;
    text-align: justify
    }
p {
    text-indent: 4%
    }
p.noindent {
    text-indent: 0%
    }
.center {
    text-align: center
    }
.ind2 {
    margin-left: 2em
    }
.ind5 {
    margin-left: 5em
    }
.ind10 {
    margin-left: 10em
    }
.ind15 {
    margin-left: 15em
    }
.jright {
    text-align: right
    }
.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
    }
pre {
    font-size: 75%
    }