@import url(default.css);

body {
      background: #f8f8f8;
      color: #356635;
}

#hd h1 a {
  color: #356635;
}

#bd {
  background: #87af77;
  border: solid #87af77;
}

a:link, a:visited {
  color: #0c3907;
}

#bd #sidebar a:link, #bd #sidebar a:visited {
  color: #0c3907;
}

#global-nav:hover, #global-nav:hover a:link, #global-nav:hover a:visited {
    color: #487858;
}

#sidebar div.sphinxsidebarwrapper {
    color: #fff;
}

#bd #sidebar a:hover {
    color: #fff;
}

#bd a.reference:hover {
    color: #487858;
    background-color: initial;
}
