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: #0000FF; text-decoration: underline}")
document.write("a:visited {  color: #0000FF; text-decoration: underline}")
document.write("a:hover { color:#FF0000; text-decoration:underline;}")

if(mac){
    //for mac
document.write("td {  font-size: 12px}")
document.write("#DATA{  font-size: 10px}")
document.write(".f9{  font-size: 9px}")
document.write(".f10{  font-size: 10px}")
document.write(".misasi{  font-size: 16px ; font-weight: bold;}")
document.write(".goodsname{  font-size: 16px ; color=#FFFFFF;font-weight: bold;}")
   }

else{
if(ie){
    //for windows IE
	document.write("td {  font-size: 12px; line-height: 15px}")
	document.write("#DATA{ font-size: 11px; line-height: 13px}")
	document.write(".f9{  font-size: 10px; line-height: 12px}")
	document.write(".f10{  font-size: 11px; line-height: 13px}")
	document.write(".midasi{  font-size: 16px; line-height: 18px ;font-weight: bold;}")
	document.write(".goodsname{  font-size: 16px; line-height: 18px ; color=#FFFFFF;font-weight: bold;}")
  }
    else{
    //for windows NN
	document.write("td {  font-size: 12px; line-height: 15px}")
    document.write("#DATA{ font-size: 11px}")
	document.write(".f9{  font-size: 10px; line-height: 11px}")
	document.write(".f10{  font-size: 11px; line-height: 12px}")
	document.write(".midasi{  font-size: 16px; line-height: 17px ;font-weight: bold;")
	document.write(".goodsname{  font-size: 16px; line-height: 17px ; color=#FFFFFF;font-weight: bold;")
  }
}
document.write("--></STYLE>");
document.close();
