
/* colour definitions */
/* text: 10, 121, 195
/* blocks: 0, 153, 255

/*.blue h1, .blue h2, .blue h3, .blue h4, */
div.blue div.header h1,
div.blue div.breadcrumbs h1,
div.blue div.breadcrumbs h2,
div.blue li a:link, div.blue li a:visited,
div.blue div.content a:link, div.blue div.content a:visited,
div.body div.blue dl dt,
div.body div.blue dl dt a:link,
div.body div.blue dl dt a:visited
{
  color: rgb(10, 121, 195);
  background-color: inherit;
}

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

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