* {
    font-family: Times, serif
    }
p {
    text-indent: 1em;
    margin-top: 0.75em;
    margin-left: 4%;
    margin-right: 4%;
    font-size: 14pt;
    text-align: justify;
    margin-bottom: 0.75em
    }
h1 {
    text-align: center;
    font-size: 150%
    }
h2 {
    margin-left: 4%;
    margin-right: 4%;
    text-align: center;
    font-size: 125%
    }
h3 {
    margin-left: 4%;
    margin-right: 4%;
    font-size: 100%
    }
h4, h5, h6 {
    text-align: center
    }
a:link {
    color: black;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red;
    text-decoration: none
    }
a:active {
    color: black;
    text-decoration: none
    }
hr {
    width: 33%
    }
pre {
    font-size: 90%;
    margin-top: 1em;
    line-height: 1.2;
    font-family: courier
    }