@import "main.css"; 

#mastHead {
background: white;
}

#header {
background: white;
}

.footerLogos {
background: white;
margin-top: -10px !important; 
}

.footer {
background: #900 !important;

}

body { 
    background: #112233 !important;
    color: #fff !important;   
}

a {
    color: #fff !important;
    text-decoration: underline !important;
}

.leftCol,
.rightCol,
.leftCol a,
.rightCol a { 
    color: #000 !important;
}
