/*
  Contains the color scheme for this namespace.
  Its arranged by color, with the lowest colors at the top.
  If you change a color, please reorder as appropriate.
*/


.menu a:hover {
  background-color: #080;
}
.navigation h1, .navigation h2, .navigation h3, .navigation h4 {
  background-color: #060;
}


a, h1, hr {
  color: #1a1;
}

h2 {
  border-bottom: #1a1;
}

hr, .navigation {
  background-color: #1a1;
}

body {
  color: #222;
}
.navigation h1, .navigation h2, .navigation h3, .navigation h4 {
  color: #ddd;
}


a:hover {
  color: #3f3;
}



h2, h3, .footer {
  color: #444;
}

.navigation {
  border-color: #444;
}


.menu a {
  color: #eee;
}


body {
  background-color: #fff;
}

.menu a:hover {
  color: #fff;
}




