/************************************************************************

	PRINT CSS 
	==========
	
	Provides all print styles, when a user prints the website.
	
	Author:		Tom Harman		[www.optixsolutions.co.uk]

************************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;	
}

form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, table {	
	margin: 1em 0;
}

