
document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
//Mac
document.write(".ath01{font-Size:9px; line-height:9px}")
document.write(".ath02{font-Size:10px; line-height:13px}")
document.write(".ath03{font-Size:12px; line-height:20px}")
}
else{
if(navigator.appName.charAt(0) == "M"){
//Win IE
document.write(".ath01{font-Size:10px; line-height:9px}")
document.write(".ath02{font-Size:11px; line-height:13px}")
document.write(".ath03{font-Size:12px; line-height:16px}")
}
else{
//Win NN
document.write(".ath01{font-Size:10px}")
document.write(".ath02{font-Size:11px; line-height:12px}")
document.write(".ath03{font-Size:12px; line-height:17px}")
}
}
document.write("--></STYLE>");
