/*
This style is here so we can have old colours on top of the new style, so people don't freak out.
*/

body {
    background-color: lightgrey;
}

body > header {
     background-color: #F0EAD6;
}

#banner a {
    color: black;
}

#mainnav a {
    color: black;
}

