@media print {
	/* Hide anything that wont print or you dont want to. */
  
  body {
		font-size: 14pt; 
		line-height: 120%; 
		background: white;
	}
	
	a {
		color:black;
		text-decoration:none;
	}	
	
	#footer-content, #slot-navigation, #slot-links, #slot-library, #comp-logo, #page_bottom{
		display:none;		
	}		
	
	
}
