	function FontSizer(sSize) {
		$(".content").css("font-size",sSize+"px");
		$(".content *").css("font-size",sSize+"px");
	}
