p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em;
    text-indent: 2%
    }
.c {
    text-align: center;
    text-indent: 0%
    }
h1 {
    text-align: center;
    clear: both;
    margin-top: 10%
    }
h2 {
    text-align: center;
    clear: both
    }
h3 {
    margin-top: 15%;
    text-align: center;
    clear: both
    }
.nind {
    text-indent: 0%
    }
.top15 {
    margin-top: 15%
    }
hr {
    width: 100%;
    margin: 5% auto 5% auto;
    border: 4px double gray
    }
.toc {
    text-align: center;
    text-indent: 0%;
    border: 2px gray solid;
    padding: 2%;
    max-width: 20%;
    margin: 5% auto auto auto
    }
body {
    margin-left: 10%;
    margin-right: 10%;
    background: #fdfdfd;
    color: black;
    font-family: "Times New Roman", serif;
    font-size: medium
    }
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-size: 95%
    }