a:link {
    text-decoration: none;
    color: #0000C8
    }
a:visited {
    text-decoration: none;
    color: #0000C8
    }
a:hover {
    text-decoration: underline
    }
a:active {
    text-decoration: underline
    }
body {
    margin-left: 5%;
    margin-right: 5%
    }
h1, h2, h3 {
    text-align: center;
    margin-left: 20%;
    margin-right: 20%
    }
h1, h2 {
    clear: both
    }
h1 {
    line-height: 2em;
    margin-top: 3em;
    margin-bottom: 2em
    }
h2 {
    margin-top: 3em;
    margin-bottom: 2em
    }
h3 {
    margin-top: 3em;
    margin-bottom: 0
    }
hr {
    width: 10%;
    margin-top: 3em;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
img {
    border: 1px solid black;
    margin-top: 2em;
    margin-bottom: 0
    }
img.plain {
    border: none
    }
img.initial {
    border: none
    }
p {
    line-height: 1.4em;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: normal;
    text-align: justify
    }
p.caption {
    margin-left: 5%;
    margin-right: 5%
    }
table {
    margin-left: auto;
    margin-right: auto
    }
.big {
    font-size: 140%
    }
.blockquot {
    margin-left: 5%;
    margin-right: 5%
    }
div.blockquot p {
    line-height: 1.2em;
    font-size: smaller
    }
.caption {
    margin-top: 0;
    margin-bottom: 2em;
    font-size: 80%
    }
.center {
    text-align: center
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.figleft {
    clear: left;
    margin-left: 3%;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 1em;
    padding: 0;
    text-align: center
    }
.figright {
    clear: right;
    margin-left: 1em;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 3%;
    padding: 0;
    text-align: center
    }
.pagenum {
    font-size: small;
    visibility: hidden;
    font-weight: normal;
    font-style: normal;
    text-align: right
    }
.ppnote {
    background-color: #EEE;
    color: #000;
    width: 60%;
    font-family: sans-serif;
    font-size: 90%;
    border: thin solid #999;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    margin-bottom: 6em
    }
.right {
    text-align: right
    }
.smcap {
    font-variant: small-caps
    }
.title {
    text-align: center;
    font-weight: bold;
    line-height: 2em;
    margin-top: 3em;
    margin-bottom: 2em
    }