/*
		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{ background: none; }
body * { background: none; }
