p {
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
    text-indent: 1em;
    vertical-align: baseline;
    white-space: normal
    }
h1, h2, h3, h4 {
    text-align: center
    }
.chpt {
    padding-left: 25pt;
    padding-right: 25pt
    }
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
    }