* {
    font-family: Times
    }
p {
    text-indent: 1em;
    margin-top: 0.75em;
    font-size: 12pt;
    text-align: justify;
    margin-bottom: 0.75em;
    margin-left: 15%;
    margin-right: 15%
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
hr {
    width: 33%
    }
hr.full {
    width: 100%
    }
blockquote {
    font-size: 10pt;
    margin-left: 25%;
    margin-right: 25%;
    text-align: justify
    }
pre {
    font-family: Times;
    margin-left: 20%;
    font-size: 12pt
    }
.toc {
    margin-left: 20%;
    font-size: 10pt;
    margin-bottom: 0
    }
.ar {
    text-align: right
    }
.note {
    font-size: 10pt;
    background: silver
    }
.gut {
    font-family: courier;
    margin-left: 5%;
    font-size: 9pt
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }