/* 
-----------------------------------------------------------------
	nza.2323
	textsize-smaller.css
	
	Changes the global font-size control to a smaller size
	Created 15.11.2007 by AK
	Last Updated: See GIT	
-----------------------------------------------------------------
*/
	
	body {
		font-size: 60%;
	}	
