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

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

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

a { color:; }
                    
