function setBaseFontSize(fontSize) {	
	document.body.style.fontSize = fontSize+"%";  
}
