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

#header {
    background: deepskyblue;
    color: #51006A;
}
#header h2 { color: #51006A; }

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

a { color:#003399; }
                    
