body {
    background: #FFF;
    font-family: arial,helvetica,sans-serif;
    margin: 0;
    font-size: 12pt;
}

#page {
    margin: auto auto;
    width: 100%;
}

#header {
    back ground: navy;
}

img { 
    border: none;
    max-width:100%;
}

.topNav {
    margin: auto auto;
    min-height: 1.8em;
    max-width: 280px;
}

.topNav a {
    float: left;
    color: navy;
    display: block;
    padding: 2px 8px 2px 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14pt;

}
.topNav a:hover {
    color: #navy;
    text-decoration: underline;
}

button {
    font-size: 14pt;
    font-weight: 700;
    border: .08em solid navy;
    color: navy;
}

iframe {
max-width:100%;
max-height:100%;
}

#content {
    margin: 2px auto;
    padding: 0px 10px;
    line-height: 1.3em;
    max-width: 900px;
}
#content li {
    margin-top: .1em;
    padding-bottom: .1em;
}
#content a {
    text-decoration: none;
    color: navy;
    border-bottom: .05em solid navy;
    padding: 1px;
    font-weight: 600;
    }
#content a:hover {
    border-bottom: .1em solid blue;
}
#content a:visited {
    color: navy;
}

h1 {
     font-size: 28pt;
     line-height: 28pt;
     margin: 8px 0 8px 0;
     color: navy;
}
h2 {
    font-size: 22pt;
    line-height: 22pt;
    margin: 8px 0 10px 0;
}

h3 {
    font-size: 18pt;
    margin: 8px 0 10px 0;
}

#footer {
    font-size: 10px;
    background: navy;
    color: #FFF;
    padding: 1px 0px 1px 10px;
}



