/* --- PRINT STYLE SHEET --- */

body, p, ul {
	font-size: 11pt;
	color: #000;
	background: #FFF;
	margin: 0px;
}

h1, h2, h3, .text1 { /*change text colours to black*/
	color: #000;
}

h1 {font-size: 14pt;}/*change font sizes to points*/
h2 {font-size: 13pt;}
h3 {font-size: 13pt;}
	

/* Remove unwanted elements */
	
#menu, #footer { 
	display: none;}

/*remove margins*/
	
#page, #header {
	margin: 0px;
}

/*make the header smaller*/

header {height: 100px;}



