body{
	background: #fff;
	color: #000;
}
#sidebar,#searchbox,#header ul{
	display: none;
}
#content{
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}
.hide{
	display: none;
}
a:link, a:visited {
   color: #66000d;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://ior.rml.co.uk" attr(href) ") ";
   }