body {
    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%
    }
img {
    border: 0
    }
blockquote {
    font-size: large;
    margin-left: 8%;
    margin-right: 8%
    }
blockquote.med {
    font-size: medium;
    margin-left: 6%;
    margin-right: 6%
    }
table {
    font-size: large;
    text-align: left
    }
p {
    text-indent: 4%
    }
p.noindent {
    text-indent: 0%
    }
.center {
    text-align: center
    }
.ind4 {
    margin-left: 16%
    }
.ind8 {
    margin-left: 32%
    }
.ind10 {
    margin-left: 40%
    }
.ind14 {
    margin-left: 56%
    }
.jright {
    text-align: right
    }
.nowrap {
    white-space: nowrap
    }
.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: 85%
    }