p {
    text-align: justify
    }
h1, h2, h3, h4 {
    text-align: center
    }
hr {
    width: 33%;
    margin-top: 1em;
    margin-bottom: 1em
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
span.pagenum {
    font-size: 8pt
    }
hr.full {
    width: 100%
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }
pre {
    font-size: 9pt
    }
.cntr {
    text-align: center
    }