/* Print Style Sheet */
@media print { 
	body { 
		background:white; color:black; margin:0;
	}
 
	.main-header, .masthead, .footer-main-footer, .site-footer, .sidebar-primary, .logo, .skip-link.screen-reader-text, span.text-node,  .sidebar {
		display: none;
	}
}
