body {
   background: white;
   font-size: 12px;
   }
   
p, span, td, ul, li {
	font-size: 12px;
}

#footer {
   display: none;
   }
#content {
   color: black;
   background: transparent none;
   }
   
#rightzone {
   display: none;
}

#left {
   display: none;
}

#leftzone {
   width: 100%;
}

#topspace {
   display: none;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 12px;
   }
#content a[href^="/"]:after {
   content: " (http://www.scottishhearniacentre.co.uk" attr(href) ") ";
   }

