 /* Remove unwanted elements */
.noprint, .dropDown, .searchArea
{
display: none;
}
/* Ensure the content spans the full width */
#container, .body
{
	width: 80%;
	margin: 0;
	float: none;
	padding: 0px;
}

/* Change text colour to black (useful for light text on a dark background) */
.pageHeader
{
color: #000000
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #000000
}
