/* ================================== */
/* == ELEMENT ATTRIBUTES FOR PRINT == */
/* ================================== */

/* Hide elements not needed for print */
ul#navigation, div#footer {
	display: none;
	}
	
/* Adjustments */
h1 a {
	color: #000;
	text-decoration: none;
	}