body {
    background: #f0f0f0;
    color: black;
    font-family: "Times New Roman", serif;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify
    }
hr.full {
    width: 100%
    }
hr.narrow {
    width: 50%;
    text-align: center
    }
blockquote {
    font-size: 12pt
    }
blockquote.footnote {
    font-size: 14pt
    }
.ind20 {
    margin-left: 20em
    }
.large {
    font-size: 200%
    }
.smallcaps {
    font-variant: small-caps
    }
p {
    text-indent: 4%
    }
p.noindent {
    text-indent: 0%
    }
p.footnote {
    margin-left: 5%;
    margin-right: 0;
    text-indent: 0
    }
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: 80%
    }