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

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

#localnav, #footer { background-color: #CD0404; }
#localnav a, #footer a { color: #ffffff; }

a { color:blue; }
                    