$(function(){
	if(navigator.userAgent.indexOf('Mac') != -1){ 
		$("body").css({fontSize:"68%"});
	}  
});

