p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em;
    text-indent: 2%
    }
.c {
    text-align: center;
    text-indent: 0%
    }
.nind {
    text-indent: 0%
    }
.r {
    text-align: right;
    margin-right: 5%
    }
h3 {
    margin-top: 15%;
    text-align: center;
    clear: both
    }
.top15 {
    margin-top: 15%
    }
.top25 {
    margin-top: 25%
    }
hr {
    width: 90%;
    margin: 2em auto 2em auto;
    clear: both;
    color: black
    }
.sml {
    font-size: small
    }
table {
    margin-left: auto;
    margin-right: auto;
    border: none;
    text-align: left
    }
body {
    margin-left: 10%;
    margin-right: 10%;
    background: #fdfdfd;
    color: black;
    font-family: "Times New Roman", serif;
    font-size: medium
    }
ul {
    list-style-type: none;
    text-indent: -1em
    }
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: purple;
    text-decoration: none
    }
a:hover {
    background-color: #fff;
    color: #F00;
    text-decoration: underline
    }
.smcap {
    font-variant: small-caps;
    font-family: "Times New Roman", serif;
    font-size: 95%
    }
img {
    border: none
    }
.box {
    border: solid 3px black;
    padding: 5%;
    max-width: 50%;
    margin: 10% auto 10% auto;
    text-align: center
    }
.caption {
    font-weight: bold
    }
.captions {
    font-weight: normal;
    font-size: 85%;
    text-indent: 0%
    }
.centeredimage {
    margin: 10% auto 10% auto;
    text-align: center;
    text-indent: 0%
    }
.image {
    margin: 5% auto 5% auto;
    text-align: center;
    text-indent: 0%
    }
.frame {
    border: double black 3px
    }