/* the style sheet */

body {
    color: #003399;
    background-color: #C8D7EB;
}

a:link {
    color: #003399;
    text-decoration : none;
}

a:visited {
    color: #003399;
    text-decoration : none;
}

a:hover {
    color: #003399;
    text-decoration : none;
}

.content {
    background: none;
    color: black;
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana, Helvetica;
    text-decoration: none
}

.contentTitle {
    background: none;
    color: #003399;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana, Helvetica;
    text-decoration: none
}

.menuTitle {
    background: none;
    color: #003399;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Helvetica;
    text-decoration: none
}

.menuContent {
    background: none;
    color: black;
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana, Helvetica;
    text-decoration: none
}

.footer {
    background: none;
    color: #003399;
    font-size: 9px;
    font-weight: normal;
    font-family: Verdana, Helvetica;
    text-decoration: none
}
