//script

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:active {  color: #333333; TEXT-DECORATION: none}")
document.write("a:link {  color: #333333; TEXT-DECORATION: none}")
document.write("a:visited {  color: #333333; TEXT-DECORATION: none}")
document.write("a:hover {  color: #FFCC00;TEXT-DECORATION: underline}")

if(mac){
		document.write(".topic{font-Size:14px}")
		document.write(".big{font-Size:16px}")
		document.write(".menu{font-Size:10px; line-height:14px}")
		document.write(".body{font-Size:12px; line-height:16px}")
		document.write(".default{font-Size:12px;}")
		document.write(".item{font-Size:12px; line-height:20px}")
		document.write(".ld{font-Size:12px; font-weight: bold; line-height:16px}")
		document.write(".copy{font-Size:10px; line-height:14px}")
		document.write(".alph{font-family: Verdana, Arial, Helvetica, sans-serif;font-Size:12px; line-height:16px}")
}
else{
	if(ie){
		document.write(".topic{font-Size:15px}")
		document.write(".big{font-Size:17px}")
		document.write(".menu{font-Size:11px; line-height:15px}")
		document.write(".body{font-Size:12px; line-height:16px}")
		document.write(".default{font-Size:12px;}")
		document.write(".item{font-Size:12px; line-height:20px}")	
		document.write(".ld{font-Size:12px; font-weight: bold; line-height:17px}")
		document.write(".copy{font-Size:11px; line-height:15px}")
		document.write(".alph{font-family: Verdana, Arial, Helvetica, sans-serif;font-Size:12px; line-height:17px}")
	}
	else{
		document.write(".topic{font-Size:15px}")
		document.write(".big{font-Size:17px}")
		document.write(".menu{font-Size:11px; line-height:16px}")
		document.write(".body{font-Size:12px; line-height:18px}")
		document.write(".default{font-Size:12px;}")
		document.write(".item{font-Size:12px; line-height:19px}")
		document.write(".ld{font-Size:12px; font-weight: bold; line-height:18px}")
		document.write(".copy{font-Size:12px; line-height:18px}")
		document.write(".alph{font-family: Verdana, Arial, Helvetica, sans-serif;font-Size:12px; line-height:18px}")
	}
}

document.write("--></STYLE>");