/* these rules will only apply when printing */
	
	body { 
		font-family: "Times New Roman", serif; 
		font-size: 12pt; 
		} 
	
	#nav, #footer { 
		display: none; 
		} 
	
	a:link, a:visited { 
		color: blue; 
		text-decoration: underline;
		}
	
	#header h1{	
		display: none; 
	
	}
	
	#header h1{	
		display: none; 
	
	}
	#header h1 a { 
		display: none; 
	}	
	
