/*--------------------------------------------
Print style sheet for greencs.co.uk
Author: Clive Walker
Website: http://www.cvwdesign.co.uk
---------------------------------------------*/

/*Make the body bg white and text darker*/
body {
	background: #FFF;
	color:#333;
}

/* Remove unwanted elements */
#navigation, ul.sub-nav, form, .tborder {
	display: none;
}

/* Ensure the content spans the full width */
#wrapper {
	width: 100%; 
	margin: 0; 
}

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







