
body {
 background: #ffefef;
 color: black;
}

#sections {
 background: #ffc;
 color: black;
} 

#sections li {
 background: #ffefef;
 color: black;
} 

#sitebar {
 background: #ffc;
 color: black;
 border-color: red;
}

h1, h2, h3, h4, h5, h6, #footer, #datestamp {
 background: #edd;
 color: #300;
 border-color: #600;
} 

a:link {
 color: #30a;
 background: inherit;
}

a:visited {
 color: #707;
 background: inherit;
}

a:active {
 color: #50a;
 background: inherit;
}

a:hover {
 background: #fff;
 color: #407;
}

#sitebar img:hover,
#sitebar a:hover {
 background: red;
 color: inherit;
}


img.locallogo {
 background: inherit
}


