document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	// MAC IE NN
	document.write("TD{ font-size:12px; color:#666; }")
	document.write("P{ font-size:12px; color:#666; }")
	document.write("B{ font-size:12px; color:#fff; }")
	document.write("A:link{ font-size:12px; color:#36c; text-decoration:none; }")
	document.write("A:visited{ font-size:12px; color:#f93; text-decoration:none; }")
	document.write("A:active{ font-size:12px; color:#060; text-decoration:none; }")
	document.write("A:active{ font-size:12px; color:#060; text-decoration:none; }")
	document.write("A:hover{ font-size:12px; color:#f33;  text-decoration:none; }")
	}
	else{
	if(navigator.appName.charAt(0) == "M"){
	// WIN IE
	document.write("TD{ font-size:12px; color:#666; line-height: 14px; }")
	document.write("P{ font-size:12px; color:#666; line-height: 14px; }")
	document.write("B{ font-size:12px; color:#fff; line-height: 14px; }")
	document.write("A:link{ font-size:12px; color:#36c; text-decoration:none; line-height: 14px; }")
	document.write("A:visited{ font-size:12px; color:#f93; text-decoration:none; line-height: 14px; }")
	document.write("A:active{ font-size:12px; color:#060; text-decoration:none; line-height: 14px; }")
	document.write("A:active{ font-size:12px; color:#060; text-decoration:none; line-height: 14px; }")
	document.write("A:hover{ font-size:12px; color:#f33; line-height: 14px; line-height: 14px; }")
	}
	else{
	// WIN NN
	document.write("TD{ font-size:14px; color:#666; }")
	document.write("P{ font-size:14px; color:#666; }")
	document.write("B{ font-size:14px; color:#fff; }")
	document.write("A:link{ font-size:14px; color:#36c; text-decoration:none; }")
	document.write("A:visited{ font-size:14px; color:#f93; text-decoration:none; }")
	document.write("A:active{ font-size:14px; color:#060; text-decoration:none; }")
	}
}

document.write("BODY{background: url(./pic/bg.gif) #fff}--></STYLE>");