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

#header {
    background: #eaffff;
    color: #000000;
}
#header h2 { color: #000000; }

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

a { color:blue; }
                    
