/* Unwanted elements */
	form, #login, #gallerythumbs, #currentevents, #pastevents, .noprint, .spacer {
	display: none;
	}


/*  Spans the full width */
	#container, #contentarea, #leftcontent, #rightcontent{
	width: 100%; margin: 0; float: none;
	}
	

/* Change text colour and style */
	body{
	font-family: Georgia, serif;
	background: none;
	color:#000 ;
	}
	
	.darktext, .lighttext{
	color:#000;
	}
	
		
/* Improve colour contrast of links */
	a:link, a:visited, a:hover, a:active {
	color:#999;
	}
	

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


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