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

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

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

a { color:black; }
                    
