body {
    color: Black;
    background: White;
    margin-right: 10%;
    margin-left: 10%;
    font-size: large;
    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;
    margin-left: 15%;
    margin-right: 15%
    }
p.dedication {
    text-indent: 0%;
    margin-left: 15%;
    text-align: justify
    }
p.published {
    font-size: small;
    text-indent: 0%;
    margin-left: 15%
    }
.pg {
    font-size: medium
    }
hr.full {
    width: 100%
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red;
    text-decoration: underline
    }
pre {
    font-size: x-small
    }