/*
========================================================================
	
	PRINT.CSS | CSS FRAMEWORK
	--------------------------
 	Styles for printer.
	
	author: Richard Morris [richard@fueldesign.co.nz] 
	version: September 2006

	Contents:
	--------------------------
	1 - Print styles 

==========================================================================
*/

/*
==========================================================================
1 - Print styles
==========================================================================
*/
html, body { color: #000; background-color: #FFF; }

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th { font-family: "Times New Roman", Garamond, serif; font-size: 12pt; }

a:link, a:visited { text-decoration: underline; color: blue; }

h1 { font-size: 16pt; }

h2 { font-size: 14pt; }

h3 { font-size: 13pt }

h4, h5, h6 { font-size: 12pt }

/* hide elements from printer */
#header, #footer {
	display: none;
}