body {
    margin-left: 5%;
    margin-right: 10%;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #000;
    background-color: #FFF
    }
h1 {
    font-size: 160%;
    font-weight: bold
    }
h2 {
    font-size: 140%;
    font-weight: bold
    }
h3 {
    font-size: 120%;
    font-weight: bold
    }
h4 {
    font-size: 110%;
    font-weight: bold
    }
a:link {
    color: #600;
    background-color: #FFF
    }
a:visited {
    color: #606;
    background-color: #FFF
    }
a:hover {
    color: #000;
    background-color: #FFF
    }
a:active {
    color: #F00;
    background-color: #FFF
    }
p {
    text-align: justify
    }
.fnsuper {
    font-size: 70%;
    vertical-align: top
    }
.indented {
    margin-left: 2em
    }
.footnote {
    font-size: 90%;
    margin-left: 6em
    }
.centered {
    text-align: center
    }
.chapter {
    margin-top: 5em
    }
.subhead {
    margin-top: 3em
    }