body {
  background: white;
  font-size: 13pt;
  font-family: Arial;
  margin: 0 5%;
}

#header,
#navigation,
#main .left,
#main .right,
ul.links,
.share-tools,
form.mailing_list,
.teaser-small .img,
#footer {
  display: none !important;
  float: none !important;
}

#main .content {
  width: auto !important;
  margin: 0 5%;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: white;
  display: block;
}

h1, h2, h3, h4, h5, p {
  color: black !important;
}
h1, h2, h3, h4, h5 {
  color: black !important;
  font-family: Arial;
  font-size: 18pt;
  margin-bottom: 20pt;
}
h2 {
  font-size: 18pt;
  font-weight: bold;
  margin-bottom: 18pt;
}
h3 {
  font-size: 16pt;
  margin-bottom: 16pt;
}
/*h1 {
  page-break-before: always;
}*/
p, ol, ul, div {
  font-size: 12pt;
  margin-bottom: 12pt;
}
p.footer  {
  font-size: 10pt;
  margin-top: 20pt;
}
a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}
#main .content a:link:after, #main .content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
#main .content a[href^="/"]:after {
  content: " (http://www.ircuk.org" attr(href) ") ";
}

