function changeFontSize(percent) {
	document.body.style.fontSize = percent+'%';
}
