body {
    background: #eee;
    margin: 10%;
    text-align: justify
    }
h1 {
    color: #306;
    font-size: 30pt;
    font-weight: bold;
    text-align: center;
    background: transparent
    }
h2 {
    color: #306;
    font-size: 25pt;
    font-weight: bold;
    text-align: center;
    background: transparent
    }
h3 {
    color: #306;
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
    background: transparent
    }
h4 {
    color: #306;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    background: transparent
    }
h5 {
    color: #306;
    font-size: 15pt;
    font-weight: 100;
    text-align: center;
    background: transparent
    }
h6 {
    color: #306;
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
    background: transparent
    }
p, td, blockquote {
    font-size: 14pt;
    color: #306;
    font-weight: 100;
    text-align: justify;
    line-height: 120%
    }
p.smallprint {
    font-size: 12pt;
    color: #306;
    font-weight: 300;
    text-align: justify
    }
p.pullquote1 {
    color: #306;
    font-size: 12pt;
    font-weight: 300;
    margin-left: 3em;
    margin-bottom: 2%
    }
p.pullquote2 {
    color: #306;
    font-size: 12pt;
    font-weight: 300;
    margin-left: 6em;
    margin-bottom: 2%
    }
td.right {
    font-size: 14pt;
    color: #306;
    font-weight: 100;
    text-align: right
    }
td.right2 {
    font-size: 12pt;
    color: #306;
    font-weight: 200;
    text-align: right
    }
i {
    font-weight: 600
    }
i.smallprint {
    font-weight: 200
    }
a:link {
    color: #309;
    background: transparent;
    font-size: 14pt;
    font-weight: bold;
    text-decoration: none
    }
a:visited {
    color: #306;
    font-weight: bold;
    background: transparent;
    text-decoration: none
    }
a:hover {
    color: #fff;
    background: #99c;
    font-size: 14pt;
    font-weight: bold;
    text-decoration: none
    }
a:active {
    color: #99c;
    font-weight: bold;
    background: transparent;
    text-decoration: underline
    }