/* Unwanted elements */
	#bannerarea, #nav, #btmnav, #btmnav2, .noprint, .spacer {
	display: none;
	}


/*  Spans the full width */
	#container, #contentarea, #introtext, #tipsbut, #downloadbut, #helpbut{
	width: 100%; margin: 0; float: none;
	}
	

/* Change text colour and style */
	body {
	font-family: Georgia, serif;
	background: none;
	color:#000 ;
	}


/* Improve colour contrast of links */
	a:link, a:visited, a:hover, a:active {
	color:#777;
	}
	

/* Show link path */
A:after {
	content: " (" attr(href) ")";
	}


	ABBR:after {
	content: " (" attr(title) ")";
	}