#functionMenu, #search, #navigation, #footer, .tabUnder, #headerLogo, #themenu {
	display: none;
}	
body {
	color:#000000;
	width: 100%; 
	margin: 0; 
	float: none;
	background-image:none;
}
body:before {
	display: block;
	content: "Printed from www.companieshouse.gov.uk - please check back for the latest updates";
	margin-bottom: 10px;
	border: 1px solid #bbb;
	padding: 3px 5px;
	font-style: italic;
	width:80%;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}
img {
	max-width: 500px;
}
p a[href^="http://"]:after {
content: " (" attr(href) ")";
font-size: 90%;
}
p a[href^="http://"]:after, a[href^="https://"]:after {
content: " (" attr(href) ")";
}
p a {
word-wrap: break-word;
}