@media print {
	h1{
		font-size:2.8em;
	}
	h2{
		font-size:2.6em;
	}
	h3{
		font-size:2.4em;
	}
	h4{
		font-size:2.2em;
	}
	h5, p, a, li{
		font-size:1.1em;
	}
	h1, h2, h3, h4, h5{
		color:#000;	
		padding-left:0;
		background:none;
	}
	.menu, #header{
		display:none;
	}
	#main-container{
		margin:0;
		width:99%;
	}
	body {
		background: none;
	}
	.column.large-column { width: auto; }
	.column.small-column,a.print,.contact-fields, input, .prev, .next, .related-link, .edit-link, .send-button { display: none }
	
}
