/* remove unwanted elements */
#header, .column, #footer,  .noprint {
	display: none;
}

/* Ensure the content spans the full width */
#container, #contentWrapper, #content, #center {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
}

/* Improve colour contrast of links */
a:link, a:visited {
	color: #781351;
	text-decoration: none;
}

body {
	background-color: #ffffff;
	background-image: none;
	font-size: 1em;
}

