@import "tabby-common.css";

body {
  color: black;
  background-color: #f5f5f5;
}

.section h2, .section div, .breadcrumb, h1, .navwrap {
  color: black;
  background-color: #e4e4cc;
}

ul.nav li a:hover {
  color: black;
  background-color: yellow;
}

#switcher {
  background-color:  #e4e4cc;
}
