body {
	background: white;
	
	}
	
#topbar, #topmenu, #rightnav, #crumbtrail, #imagebar {
	display: none;
	}

#container {
	border:none !important;
 }


#content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black !important; 
	background: transparent;
	}
	
a:link, a:visited {
	color: #520 !important;
	background: transparent !important;
	font-weight: bold !important;
	text-decoration: underline;
	}
	
/*#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }*/
   
#content a[href^="/"]:after {
  content: " (http://www.gold.ac.uk" attr(href) ") ";
  font-size: 90%;
   }

