mac = (navigator.appVersion.indexOf('Mac') != -1)?true:false;
ie = (navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--");
if(mac){
		document.write(".XS{ font-Size:9px; line-height:12px }");
		document.write(".S{ font-Size:10px; line-height:14px }");
		document.write(".L{ font-Size:14px; line-height:18px }");
		document.write(".L2{ font-Size:16px; line-height:20px }");
		document.write(".L3{ font-Size:18px; line-height:22px }");
		document.write(".L4{ font-Size:20px; line-height:24px }");
		document.write(".L5{ font-Size:24px; line-height:28px }");
		document.write("td{ font-Size:12px; line-height:16px }");
		document.write("h1{ font-Size:12px; line-height:16px }");
		document.write("h2{ font-Size:12px; line-height:16px }");
		document.write("h3{ font-Size:12px; line-height:16px }")
		document.write("A {text-decoration:none}")
}
else{
		document.write(".XS{ font-Size:11px; line-height:12px }");
		document.write(".S{ font-Size:12px; line-height:14px }");
		document.write(".L{ font-Size:16px; line-height:18px }");
		document.write(".L2{ font-Size:18px; line-height:20px }");
		document.write(".L3{ font-Size:20px; line-height:22px }");
		document.write(".L4{ font-Size:22px; line-height:24px }");
		document.write(".L5{ font-Size:26px; line-height:28px }");
		document.write("td{ font-Size:13px; line-height:16px }");
		document.write("h1{ font-Size:13px; line-height:16px }");
		document.write("h2{ font-Size:13px; line-height:16px }");
		document.write("h3{ font-Size:13px; line-height:16px }")
		document.write("A {text-decoration:none}")
}
document.write("--></STYLE>");
