body {
    background: #FFF8F0;
    color: black;
    font-family: Times New Roman;
    font-size: 12pt;
    text-align: justify;
    margin-left: 15%;
    margin-right: 15%
    }
table.contents {
    font-size: 14pt;
    text-align: left
    }
p {
    text-indent: 4%
    }
p.noindent {
    text-indent: 0%
    }
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: 80%
    }
hr {
    width: 100%
    }