body {
    background: #fdfdfd;
    color: black;
    font-family: "Times New Roman", serif;
    font-size: medium;
    margin-left: 12%;
    margin-right: 12%;
    text-align: justify
    }
h1, h2, h3, h4, h5 {
    text-align: center
    }
p {
    text-indent: 4%
    }
p.noindent {
    text-indent: 0%
    }
hr.full {
    width: 100%
    }
hr.narrow {
    width: 40%;
    text-align: center
    }
blockquote.footnote {
    font-size: small
    }
.caption {
    font-size: small;
    font-weight: bold
    }
.center {
    text-align: center
    }
.ind2 {
    margin-left: 2em
    }
.ind4 {
    margin-left: 4em
    }
.ind10 {
    margin-left: 10em
    }
.large {
    font-size: large
    }
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: 70%
    }