/*
  Grass (Resources)
  On/Over/Divider: #7B9943
  Off: #DBDEC3
*/

h1,
h2,
div.csc-mailform-field span.csc-mailform-label {
  color: #7B9943;
}
h3 {
  color: #000;
}

h1 {
  border-top-color:  #7B9943;
}

/*
  This needs to stay in each individual colourway CSS file, despite it being
  the same code in each, as the pat is relative to THIS stylesheet
*/
ul li {
  list-style-image : url(images/bullet.gif);
}

body {
  background-color: #7B9943;
}