p {
    margin-top: 0.75em;
    text-indent: 2%;
    text-align: justify;
    margin-bottom: 0.75em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }
body {
    margin-left: 15%;
    margin-right: 15%
    }
.blockquot {
    margin-left: 10%;
    margin-right: 10%
    }
.center {
    text-align: center
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.hr65 {
    width: 65%;
    margin-top: 2em;
    margin-bottom: 2em
    }