document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	//for  macintosh
	document.write("body,div,td,th,font{font-size:12px; line-height:15px}");
}
else{
	if(navigator.appName.charAt(0) == "M"){
	// for Windows Internet Explorer
	document.write("body,td,font{font-size:12px; line-height:150%}");
	}
	else{
	// for Windows Netscape
	document.write("body,td,font{font-size:120%}");
	}
}
document.write("--></STYLE>");	

