/* ================================== */
/* == ELEMENT ATTRIBUTES FOR PRINT == */
/* ================================== */

/* Hide elements not needed for print */
div#navigation, a#uploadbutton, div#images img.text, div#footer, div#feature {
	display: none;
	}
	
/* Adjustments */
a {
	color: #000;
	text-decoration: none;
	}
div#images {
	margin: 20px 0 20px 0;
	}
