/* 
 * 	Print stylesheet 
 *	=================
 *	Provide basic typographical rules for print.
 */
 
@import url(/include/css/typography.css);

/* Hide navigational element */
#header, .internal-navigation {
	display: none;
}