/* basic elements */
html,body {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 90%;
    color: black;
    margin: 1%;
    margin-left: 2%;
    margin-right: 2%;
    }
body.list {
    margin-left: 10%;
    margin-right: 10%;
    }
p,blockquote,li {
    font-family: verdana, helvetica, arial, sans-serif;
    margin-top: .5em;
    line-height: 1.2em;
    text-align: left;
    }
p.picture {
    text-align: center;
    }
p.footer {
    font-size: 90%;
    text-align: center;
    line-height: 1.2em;
    }
p.basesize {
    font-size: 100%;
    line-height: 1.1em;
    }
pre.poetry {
    font-size: 100%;
    line-height: 1.1em;
    }
p.copyaddress {
    font-size: 80%;
    text-align: center;
    line-height: 1.2em;
    }
p.bigtext {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 1.2em;
    }
p.bigcenter {
    text-align: center;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 1.4em;
    }
p.news {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 90%;
    line-height: 1.3em;
    }
p.newshead {
    font-family: verdana, helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.4em;
    color: blue;
    }
p.sermon {
    font-family: "American Typewriter", Tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 1.3em;
    line-height: 1.4em;
    }
table {
    font-size: 100%;
    }
td.spacer {
    background: blue;
    }
li.bigtext {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 1.2em;
    }
blockquote.bigtext {
    margin-top: 1em;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 1.2em;
    }
h1,h2,h3,h4 {
    font-family: verdana, helvetica, arial, sans-serif;
    font-weight: bold;
    font: bold verdana, helvetica, arial, sans-serif;
    line-height: 1.1em;
    color: blue;
}
h1 {
    font-size: 2em;
    margin-top: 2em;
    margin-bottom: 1.5em;
    text-align: center;
    }
h2 {
    font-size: 1.6em;
    letter-spacing: 1px;
    margin-top: 1.5em;
    margin-bottom: 1em;
    text-align: center;
    }
h3 {
    font-size: 1.3em;
    letter-spacing: 1px;
    margin-top: 1em;
    margin-bottom: .5em;
    }
h4 {
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-top: .5em;
    margin-bottom: .5em;
    }
h2.centerhead,h3.centerhead,h4.centerhead {
    text-align: center;
}
h2.left,h3.left,h4.left {
    text-align: left;
}
a:link {
    font-weight: normal;
    text-decoration: none;
    color: #330099;
    }
a:visited {
    font-weight: normal;
    text-decoration: none;
    color: #666699;
    }
a:hover, a:active {
    text-decoration: underline;
    color: #9685BA;
    }
