body {
    color: Black;
    background: White;
    margin-right: 10%;
    margin-left: 10%;
    font-family: "Times New Roman";
    text-align: justify
    }
p {
    text-indent: 4%
    }
p.noindent {
    text-indent: 0%
    }
p.poem {
    text-indent: 0%;
    margin-left: 10%;
    font-size: 0.9em
    }
p.letter {
    font-size: 0.9em;
    text-indent: 0%;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%
    }
p.finis {
    text-align: center;
    text-indent: 0%;
    margin-left: 0%;
    margin-right: 0%
    }
.center {
    text-align: center
    }
.left {
    text-align: left
    }
.right {
    text-align: right
    }
.vt {
    vertical-align: top
    }
.w80 {
    width: 80%
    }