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

#header {
    background: #51006A;
    color: #00829B;
}
#header h2 { color: #00829B; }

#localnav, #footer { background-color: black; }
#localnav a, #footer a { color: #F70048; }

a { color:blue; }
                    
