/*
---------------------------------------------------------------
SMUTO textonly

description:		reffer to linked css components and 
			remove images and background
author:			Marian Smutny <http://www.smutny.name>
version:		3.1.2005
--------------------------------------------------------------- */

/* Imported Styles
----------------------------------------------- */
@import url("layout.css");
@import url("format.css");
@import url("color.css");


BODY
	{
	background-image: none;
	}
	
IMG
	{
	/*display: none;*/
	visibility: hidden;
	}


TEXTAREA
	{
	background-image: none;
	}
