body {
    margin-left: 20%;
    margin-right: 20%;
    text-align: justify
    }
p {
    text-indent: 1em;
    margin-top: 0.25em;
    margin-bottom: 0.25em
    }
.p2 {
    margin-top: 2em
    }
p.poem {
    text-indent: 0%;
    margin-left: 10%;
    font-size: 90%;
    margin-top: 1em;
    margin-bottom: 1em
    }
p.center {
    text-align: center;
    text-indent: 0;
    margin-top: 1em;
    margin-bottom: 1em
    }
p.footnote {
    font-size: 90%;
    text-indent: 0%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 1em;
    margin-bottom: 1em
    }
sup {
    vertical-align: top;
    font-size: 0.6em
    }
p.gutsumm {
    margin-left: 5%
    }
.GutSmall {
    font-size: 0.7em
    }
h1, h2 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em
    }
h3, h4, h5 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
table {
    border-collapse: collapse
    }
table {
    margin-left: auto;
    margin-right: auto
    }
td {
    vertical-align: top;
    border: 1px solid black
    }
td p {
    margin: 0.2em
    }
.smcap {
    font-variant: small-caps
    }
p.gutindent {
    margin-left: 2em
    }
div.gapshortline {
    height: 0.3em;
    width: 20%;
    margin-left: 40%;
    border-top: 1px solid
    }
div.fig {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
p.caption {
    font-weight: bold;
    text-align: center
    }
a:link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }