* {
    font-family: Times
    }
p {
    margin-top: 0.75em;
    margin-bottom: 0.75em
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }
h1, h2, h3, h4 {
    text-align: center
    }
hr {
    width: 100%
    }