body {
	background: white;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
   }
#menu {
   display: none;
   }
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
#pageheader ,#footer, #navcontainer, #rightpane, .panelbuttons, .hostad  {
	display:none;
	}
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }

a:link, a:visited {
font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
   color: #520;
   background: transparent;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after, #hosting_content a:link:after, #hosting_content a:visited:after{
   content: " (" attr(href) ") ";
   }
#content a[href^="/"]:after, #hosting_content a[href^="/"]:after {
   content: " (http://www.celticstudio.co.uk" attr(href) ") ";
   }