/* Same for each section, but needs to be here (rather than in common) */
/* as it uses a path relative to this CSS file                         */
body {
  background-image: url(../img/background01.jpg);
}
.macinasearchbutton  {
  background-image: url(../img/gobutton.gif);
}

/* Colour 1                                                            */
.menu h2,
.menu h2 a:link,
.menu h2 a:visited,
.menu h2 a:active,
.region a:link,
.region a:visited,
.region a:active,
.more a:link,
.more a:visited,
.region a:active,
.copyright,
#content h2,
#content h3,
#content h3 a,
#content h4,
#content h4 a,
.news-list-date,
.news-single-timedata,
.news-list-category,
.news-single-category {
  color: #663366;
}

/* Colour 2                                                            */
a:link,
a:visited,
a:active,
.menu a:link,
.menu a:visited,
.menu a:active,
.regionfakehover a,
.regionpipe,
#content h2.alt,
#content h3.alt,
.news-list-category a,
.news-single-category a,
.news-list-morelink a,
.news-single-backlink a,
.tx-ttnews-browsebox a,
.external-link-new-window,
.internal-link {
  color: #FF0099;
}

/* Put hover states last to ensure they take precednece                */

/* Colour 1                                                            */
.menu a:hover,
#content a:hover {
  color: #663366;
}

/* Colour 2                                                            */
.region a:hover,
.more a:hover {
  color: #FF0099;
}


#content h3,
#content h3 a {
  font-size: 12px;
  line-height: 14px;
}

#content h1,
#content h1 a {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #FF0099;
}
