
a:link, a:visited, a:active {
        color: #000080;
        text-decoration: none;
}

body {
        background-image: url(./background.gif);
}

.normal {
        font-family: verdana, helvetica, sans-serif;
        color: #000000;
        font-size: 10pt;
}

.masthead {
        font-family: futura lt bt, arial narrow, sans-serif;
        font-size: 30pt;
        color: #000080;
}

.mastheadsmall {
        font-family: futura lt bt, arial narrow, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        color: #000080;
}

.large {
        font-family: futura lt bt, arial narrow, sans-serif;
        font-size: 17pt;
        color: #000080;
        font-weight: bold;
}

.mediumhead {
        font-family: futura lt bt, arial narrow, sans-serif;
        font-size: 14pt;
        color: #000080;
        font-weight: bold;
}

/* headings ******************************************************************************************* */

h1, h2, h3, h4, h5 {
        font-family: futura lt bt, arial narrow, sans-serif;
        color: #000080;
}

h1 {
        font-size: 20pt;
}

h2 {
        font-size: 14pt;
}

/* paragraphs and variants ***************************************** */

p {
        font-family: verdana, helvetica, sans-serif;
        color: #000000;
        font-size: 10pt;
}

p.small {
        font-size: 8pt;
}

li {
        list-style-type: square;
        font-family: verdana, helvetica, sans-serif;
        color: #000000;
        font-size: 10pt;
}
