p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em;
    text-indent: 2%
    }
p.c {
    text-indent: 0%;
    text-align: center;
    font-size: 175%
    }
h1 {
    text-align: center;
    clear: both;
    font-size: 250%;
    margin-top: 15%;
    margin-bottom: 10%
    }
h2 {
    text-align: center;
    clear: both
    }
h3 {
    text-align: center;
    clear: both;
    margin-top: 15%
    }
hr {
    width: 30%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    color: black
    }
hr.full {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    border: solid black
    }
body {
    margin-left: 10%;
    margin-right: 10%;
    background: #fdfdfd;
    color: black;
    font-family: "Times New Roman", serif;
    font-size: large
    }
.box {
    border: solid 2px black;
    margin-top: 12%;
    margin-bottom: 12%
    }
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
    }
ul {
    list-style-type: none;
    padding: 1%;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%
    }