
/* colour definitions */
/* text: 147, 17, 29
/* blocks: 124, 19, 36

/*.merlot h1, .merlot h2, .merlot h3, .merlot h4, */
div.merlot div.header h1,
div.merlot div.breadcrumbs h1,
div.merlot div.breadcrumbs h2,
div.merlot li a:link, div.merlot li a:visited,
div.merlot div.content a:link, div.merlot div.content a:visited,
div.body div.merlot dl dt,
div.body div.merlot dl dt a:link,
div.body div.merlot dl dt a:visited
{
  color: rgb(147, 17, 29);
  background-color: inherit;
}

div.body div.merlot div.ubnav h2.ubblockheader,
div.body div.merlot div.ubnav h2.ubblockheader a {
  background-color: rgb(124, 19, 36);
  color: white;
}

div.merlot div.ubcontent div.ubcoursefullwidth h1 {
  background-color: rgb(124, 19, 36);
}
