/* 
-----------------------------------------------------------------
	BRANZ
	textsize-smaller.css
	
	Changes the global font-size control to a smaller size
-----------------------------------------------------------------
*/
	
	body {
		font-size: 56%;
	}	