/*

	Print Stylesheet
		
		Remove the visual elements that are only important for the browser window.
		Images in articles and such must stay.
		Background colors and images are removes.

*/

body{ width: 100%; background: none; }
