body {
    color: Black;
    background: White;
    margin-right: 10%;
    margin-left: 10%;
    font-size: medium;
    font-family: "Times New Roman", serif;
    text-align: justify
    }
p {
    text-indent: 4%
    }
p.noindent {
    text-indent: 0%
    }
p.poem {
    text-indent: 0%;
    margin-left: 10%;
    font-size: small
    }
p.letter {
    font-size: small
    }
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: 75%
    }