body {
	background: #fff;
	color: #000;
}
body, div, img, h1, h2, h3, ul, li, hr, table {
	font-family: Georgia, Verdana, Arial, "Sans Serif";
}
hr {
	display: none;
}
a {
	color: #00d;
}
a.red {
	color: #900;
}
a.green {
	color: #437736;
}
a.blue {
	color: #380e97;
}
a.grey {
	color: #888;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

#sideBar {
	display: none;
}
#Mugshot, #Strapline {
	display: none;
}
#topLinks, #mainLinks {
	display: none;
}
#Content {
	width: 100%;
}
#Content h2 {
	font-size: 1.8em;
	font-weight: normal;
}
#Content h3 {
	font-size: 1.5em;
	font-weight: normal;
}
#Content h4 {
	font-size: 1.25em;
	font-weight: normal;
}
#Content h5 {
	font-size: 0.9em;
	font-weight: bold;
}
#Content p {
	font-size: 0.8em;
	line-height: 1.5em;
}
.green strong {
	color: #437736;
}
.blue strong {
	color: #380e97;
}
.red strong {
	color: #900;
}
.grey strong {
	color: #888;
}
#Content a:link, #Content a:visited {
	text-decoration: underline;
}
#Content dt {
	margin: 0.6em 0 0 0;
	font-size: 0.8em;
}
#Content dd {
	margin: 0;
}
#Content input {
	width: 200px;
}
#Content button {
	width: 160px;
}
h3#Feature {
	display: none;
}
p#News {
	display: none;
}
ul#quickLinks {
	display: none;
}
#Content p#Credits {
	border-top: 1px solid #899891;
	padding: 1.2em 0;
}
#Content p#Credits a.right {
	display: none;
}