* {
    font-family: Times, serif;
    font-size: 14pt;
    text-align: justify
    }
p {
    margin-top: 0.75em;
    margin-left: 3%;
    margin-right: 3%
    }
p.ctr {
    text-align: center
    }
p.indent {
    font-style: italic;
    margin-top: 0.75em;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 0.75em
    }
p.footnote {
    font-size: 80%;
    margin-top: 0.75em;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 0.75em
    }
p.letters {
    margin-top: 0.75em;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 0.75em
    }
.blockquote {
    text-align: justify;
    margin-left: 15%;
    margin-right: 15%
    }
img {
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 0
    }
h1 {
    text-align: center;
    font-size: 160%
    }
h2 {
    text-align: center;
    font-size: 130%
    }
h3 {
    text-align: center;
    font-size: 100%
    }
h4 {
    text-align: center;
    font-size: 80%
    }
h5 {
    text-align: center;
    font-size: 80%
    }
h6 {
    margin-left: 3%;
    text-align: left;
    font-size: 100%
    }
hr {
    text-align: center;
    width: 33%
    }
hr.full {
    width: 100%
    }
a:link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
pre {
    font-size: 80%;
    font-family: arial, san-sserif
    }
pre.index {
    font-size: 100%;
    margin-top: 0.75em;
    margin-left: 5%;
    font-family: Times, serif;
    margin-right: 5%;
    margin-bottom: 0.75em
    }
pre.ind {
    margin-left: 10%;
    margin-right: 10%;
    font-family: Times, serif
    }
pre.ctr {
    text-align: center;
    font-family: Times, serif
    }
pre.table {
    margin-left: 3%;
    margin-right: 3%;
    font-family: monospace
    }
pre.gut {
    font-family: courier;
    font-size: 10pt
    }
table.wide {
    font-family: arial
    }
td {
    text-align: center;
    background: white
    }
td.lcell {
    background: yellow
    }
td.mcell {
    background: aqua
    }
td.rcell {
    background: silver
    }
tr.rowtint {
    background: white
    }