document.write("<STYLE TYPE='text/css'><!--")
	document.write("BODY{background-color:#fff; background-image:url(./img/paper.jpg); background-repeat:repeat-y;}")
if(navigator.appVersion.indexOf("Mac") > 1){
	// MAC IE
	if(navigator.appName.charAt(0) == "M"){
	document.write("TD,P,B,UL{ font-size:11px; color:#333; }")
	document.write("A:link{ font-size:12px; color:#390; 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:hover{ font-size:12px; color:#f33; }")
	document.write("input,textarea { font-size:12px; color:#333; border:1px solid #390; }");
	document.write(".submit { font-size:12px; color:#390; background:#fff; border:1px solid #390; width=60px; height=17px; cursor:hand; }");
	}
	else{
	// MAC NN
	document.write("TD,B,P,UL{ font-size:11px; color:#333; }")
	document.write("A:link{ font-size:12px; color:#390; 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:hover{ font-size:12px; color:#f33; }")
	}
}
if(navigator.appVersion.indexOf("Win") > 1){
	if(navigator.appName.charAt(0) == "M"){
	// WIN IE
	document.write("TD,P,B,UL{ font-size:12px; color:#333; }")
	document.write("A:link{ font-size:12px; color:#390; 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:hover{ font-size:12px; color:#f33; text-decoration:none; }")
	document.write("input,textarea { font-size:12px; color:#333; border:1px solid #390; }");
	document.write(".submit { font-size:12px; color:#390; background:#fff; border:1px solid #390; width=60px; height=17px; cursor:hand; }");
	}
	else{
	// WIN NN
	document.write("TD,P,B,UL{ font-size:12px; color:#333; }")
	document.write("A:link{ font-size:12px; color:#390; 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("--></STYLE>");

