h1 {
    text-align: center
    }
h2 {
    text-align: center
    }
.letter {
    margin-left: 5%
    }
.indent1 {
    margin-left: 5%
    }
.indent2 {
    margin-left: 10%
    }
.indent3 {
    margin-left: 25%
    }
.newspaper {
    margin-left: 5%;
    margin-right: 5%;
    text-indent: 5%
    }
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;
    text-decoration: underline
    }
pre {
    font-size: 85%
    }