mac = (navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie = (navigator.appName.charAt(0) == "M")?true:false;

document.write("<style type='text/css'><!--");
document.write('a:link { color: #ffffff;}');
document.write('a:visited { color: #ffffff;}');
document.write("a:hover { color: #ff3300; text-decoration: none;}");

if(mac){
	document.write(".fs01 { font-size: 12px; line-height: 16px; }");
	document.write(".fs02 { font-size: 14px; line-height: 18px; }");
}else{
	if(ie){
		document.write(".fs01 { font-size: 13px; line-height: 17px; }");
		document.write(".fs02 { font-size: 15px; line-height: 19px; }");
	}else{
		document.write(".fs01 { font-size: 12px; line-height: 16px; }");
		document.write(".fs02 { font-size: 14px; line-height: 18px; }");
	}
}

document.write("--></style>");
