body {
  color: #000;
  background-color: #ffe;
}

#header, h2, #footer, h1 a:link, h1 a:visited, #langselect a:link,
#langselect a:visited, #footer a:link, #footer a:visited {
  color: #ffe;
  background-color: #fc0;
}

h1 a:hover, #langselect a:hover, #langselect li.selected,
p.bloglinks, p.bloglinks a:link, p.bloglinks a:visited {
  color: #fc0;
  background-color: #ffe;
}

#content {
  color: #000;
  background-color: #fff;
  border-color: #fc0;
}

div.story {
  color: #000;
  background-color: #ffe;
  border-color: #fc0;
}

h3, h4, h5 {
  color: #000;
  background-color: #ffc;
}

#sidebar {
  border-color: #fc0;
}

#navigation a:link, #navigation a:visited {
  color: #fc0;
  background-color: #ffe;
}

#navigation a:hover {
  color: #ffe;
  background-color: #fc0;
}

p.comment-response {
  color: #f00;
  background-color: #ffe;
}
