/*
	My Website 
	PRINT STYLE SHEET

	Site creation by Brisbane Creative
	Illustration and Graphics by Jim Whimpey
	xHTML/CSS and programming by Jim Whimpey
	Contact - office (at) brisbanecreative {dot} com [dot] au
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS, anything sitewide
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	html {
		font-family: Georgia, serif;
		color: black;
		background: white;
		line-height: 1.6em;
		}
		
		body {
			width: 100%;
			margin: 10px auto;
			}