p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em;
    text-indent: 2%
    }
.c {
    text-align: center;
    text-indent: 0%
    }
.sans {
    font-family: sans-serif, serif
    }
h1 {
    text-align: center;
    clear: both
    }
h3 {
    margin-top: 15%;
    text-align: center;
    clear: both
    }
.top5 {
    margin-top: 5%
    }
hr {
    width: 90%;
    margin: 2em auto 2em auto;
    clear: both;
    border: double 4px gray;
    color: black
    }
hr.full {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    border: solid black
    }
table {
    margin: 2% auto 2% auto
    }
table.two {
    margin: 8% auto 8% auto;
    text-align: center;
    padding: 4%;
    border: dotted 2px silver
    }
.un {
    text-decoration: underline
    }
body {
    margin-left: 10%;
    margin-right: 10%;
    background: #fdfdfd;
    color: black;
    font-family: "Times New Roman", serif;
    font-size: large
    }
a:link {
    background-color: #fff;
    color: blue;
    text-decoration: none
    }
link {
    background-color: #fff;
    color: blue;
    text-decoration: none
    }
a:visited {
    background-color: #fff;
    color: blue;
    text-decoration: none
    }
a:hover {
    background-color: #fff;
    color: red;
    text-decoration: underline
    }
img {
    border: none
    }
.figcenter {
    margin: auto;
    text-align: center
    }
pre {
    font-size: 85%
    }