/* 
-----------------------------------------------------------------
	BRANZ
	textsize-regular.css
	
	Resets the global font-size control to the regular size
-----------------------------------------------------------------
*/
	
	body {
		font-size: 62.5%;
	}	