
/* colour definitions */
/* text: 51, 204, 0 ??
/* blocks: 51, 153, 0

/*.forest h1, .forest h2, .forest h3, .forest h4, */
div.forest div.header h1,
div.forest div.breadcrumbs h1,
div.forest div.breadcrumbs h2,
div.forest li a:link, div.forest li a:visited,
div.forest div.content a:link, div.forest div.content a:visited,
div.body div.forest dl dt,
div.body div.forest dl dt a:link,
div.body div.forest dl dt a:visited
{
  color: rgb(51, 153, 0);
  background-color: inherit;
}

div.body div.forest div.ubnav h2.ubblockheader,
div.body div.forest div.ubnav h2.ubblockheader a {
  background-color: rgb(51, 153, 0);
  color: white;
}

div.forest div.ubcontent div.ubcoursefullwidth h1 {
  background-color: rgb(51, 153, 0);
}

