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

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

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

a { color:#A9D0F5; }
                    
