body {
    background: #fdfdfd;
    color: black;
    font-family: "Times New Roman", serif;
    font-size: medium;
    margin-left: 12%;
    margin-right: 12%;
    text-align: justify
    }
p {
    text-indent: 4%
    }
p.noindent {
    text-indent: 0%
    }
p.ref {
    text-indent: 0%;
    font-size: 90%
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
hr.narrow {
    width: 50%;
    text-align: center
    }
hr.full {
    width: 100%
    }
.center {
    text-align: center
    }
.enlarge {
    border: solid 1px;
    background-color: #f0f0f0;
    font-family: Arial, non-serif
    }
.ind2 {
    margin-left: 2em
    }
.ind4 {
    margin-left: 4em
    }
.ind6 {
    margin-left: 6em
    }
.ind8 {
    margin-left: 8em
    }
.ind10 {
    margin-left: 10em
    }
.imagetable {
    border: solid 1px #000;
    color: black;
    background-color: #fdfdfd;
    font-size: 80%;
    text-align: justify
    }
.classtable {
    border: 0;
    color: black;
    background-color: #fdfdfd;
    font-size: 90%;
    text-align: left
    }
.smallcaps {
    font-variant: small-caps
    }
.syn {
    font-size: 90%
    }
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: 65%
    }