function changeFont(tog){
	document.getElementById("main").className = "font" + (tog);
}