body {
    background: #f8fff8;
    background-image: url(/images/lightblue-bg.gif);
    background-repeat: repeat;
    color: black;
    font-size: 80%;
    margin: 0px auto;
    line-height: 150%;
    font-family: verdana, arial, helvetica, sans-serif;
}

#header {
    margin-top: 10px;
    border-top: 2px navy solid;
    border-bottom: 2px navy solid;
    background-color: #add8e6;
    color: navy;
    font-weight: bold;
    font-size: x-large;
    font-style: italic;
    font-family: verdana, arial, helvetica, sans-serif;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 2%;
    padding-right: 2%;
}

#content {
    padding-left: 2%;
    padding-right: 2%;
    margin: 0px auto;
    text-align: left;
}

#footer {
    margin-bottom: 10px;
    border-top: 2px navy solid;
    border-bottom: 2px navy solid;
    background-color: #add8e6;
    padding-left: 2%;
    padding-right: 2%;
    clear: both;
}

img {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

a:link {
    font-weight: 900;
    color: navy;
    text-decoration: none;
}

a:visited {
    font-weight: 900;
    color: #999999;
    text-decoration: none;
}

a:hover,a:active {
    font-weight: 900;
    color: green;
}
