/* Remove unwanted elements */
#header, #footer, #navigation{
display: none! important;
}

/* Ensure the content spans the full width */
#content {
width: 100%!important;
margin: 0!important;
float: none!important;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext {
color: #000!important
}

/* Improve colour contrast of links */
a, a:link, a:visited {
color: #005500! important
}

* {
	background: none !important;
	color: #111 !important;
}

.noprint {
	display: none;
}
