P, UL, OL, DL, BLOCKQUOTE, INPUT, TEXTAREA, SPAN {
    font-size: 80%
}

BODY {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #202040;
    background: #f0f0ff url(images/background.gif);
    background-repeat: repeat;
    background-attachment: scroll;
    /*
    margin-top: -12pt;
    margin-left: -10pt
    */
}

A:link {
    color: #0000ff;
    background: transparent
}

A:active {
    color: #0000ff;
    background: transparent
}

A:visited {
    color: #800080;
    background: transparent
}

A:hover {
    color: #ff0000;
    background: transparent
}

A.nav {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.18em;
    padding-bottom: 0.18em;
    text-decoration: none
}

A.nav:hover {
    color: #ffffff;
    background-color: #000000
}

H1 {
    color: #000099;
    background: transparent;
    font-weight: bold;
    text-align: center
}

.navbar {
    background: #e0e0f0 url(images/background-m.gif)
}

.navhead {
    font-size: 80%;
    font-weight: bold;
    color: #0000ff;
    background: transparent
}

.navlink {
    font-size: 80%;
    font-weight: bold;
    text-align: left
}

.navcurr {
    font-size: 80%;
    font-weight: bold;
    text-align: left;
    background: #d0d0e0 url(images/background-d.gif)
}

