body {
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%
    }
p {
    text-indent: 2%
    }
p.noindent {
    text-indent: 0%
    }
p.contents {
    text-indent: 0%;
    margin-left: 10%
    }
p.poem {
    text-indent: 0%;
    text-align: left;
    margin-left: 10%
    }
p.poemtop {
    text-indent: 0%;
    text-align: left;
    margin-left: 10%;
    margin-bottom: 0
    }
p.poembottom {
    text-indent: 0%;
    text-align: left;
    margin-left: 5%;
    margin-top: 0
    }