@import "common.css";

body{
    background-color: #ffffec;
}
.headerbar{
    background-color: #ffffec;
}
.footer{
    background-color: #ffffec;
}
a:link,:visited,:hover,:active{
    color: #202b31;
}
