
#wrapper {
    background-color: white;
    color: black;
    text-align: left;
}
 
h1,h2,h3,h4,h5,h6 {
    color: #0F463B;
}

#header {
    background: white;
    color: #003366;
}
#header h2 { color: #003366; }

#localnav, #footer { background-color: #003399; }
#localnav a, #footer a { color: white; }

a { color:blue; }
                    