p {
    text-align: justify;
    text-indent: 1em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
hr {
    background: blue;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 65%
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
hr.full {
    width: 100%
    }
a:link {
    color: #00f;
    text-decoration: none
    }
link {
    color: #00f;
    text-decoration: none
    }
a:visited {
    color: #00f;
    text-decoration: none
    }
a:hover {
    color: #f00
    }
pre {
    font-size: 8pt
    }