body {
    background: #fff;
    margin-left: 14%;
    margin-right: 14%
    }
p {
    text-align: justify
    }
p.heading {
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 41%
    }
span.heading {
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 20%
    }
span.smallcaps {
    font-size: 0.9em
    }
blockquote {
    text-align: justify;
    margin-left: 25%
    }
td.center {
    text-align: center
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
span.right {
    text-align: right;
    font-size: 0.9em
    }
hr {
    text-align: center;
    width: 10%;
    color: #000
    }
html > body hr {
    margin-right: 45%;
    margin-left: 45%;
    width: 10%
    }
hr.medium {
    width: 30%;
    color: black
    }
html > body hr.medium {
    margin-right: 35%;
    margin-left: 35%;
    width: 30%
    }
hr.full {
    width: 70%;
    color: black
    }
html > body hr.full {
    margin-right: 15%;
    margin-left: 15%;
    width: 70%
    }
a:link {
    color: #000;
    text-decoration: none
    }
a:visited {
    color: #000;
    text-decoration: none
    }
a:hover {
    color: #fff;
    background: #f00;
    text-decoration: none
    }
a:active {
    color: #c00;
    background: #fff;
    text-decoration: underline
    }
a.heading:link {
    color: #000;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 20%
    }
a.heading:visited {
    color: #000;
    text-decoration: none
    }
a.heading:hover {
    color: #fff;
    background: #c00;
    text-decoration: none
    }
a.heading:active {
    color: #f00;
    background: #fff;
    text-decoration: underline
    }