

document.write("<STYLE TYPE='text/css'><!--");

if(navigator.appVersion.indexOf("Mac") > 1){

	// MAC IE NN

	document.write(".text8{font-size:8px; line-height:130%;}");
	document.write(".text10{font-size:10px; line-height:130%;}");
	document.write(".text12{font-size:12px; line-height:130%;}");
	document.write(".text14{font-size:14px; line-height:130%;}");
	document.write(".text16{font-size:16px; line-height:130%;}");

}

else{

	if(navigator.appName.charAt(0) == "M"){

	// WIN IE

	document.write(".text8{font-size:8px; line-height:140%;}");
	document.write(".text10{font-size:10px; line-height:140%;}");
	document.write(".text12{font-size:12px; line-height:140%;}");
	document.write(".text14{font-size:14px; line-height:140%;}");
	document.write(".text16{font-size:16px; line-height:140%;}");

	}

	else if(navigator.appName.charAt(0) == "N"){

	// WIN NN

	document.write(".text8{font-size:10px; line-height:140%;}");
	document.write(".text10{font-size:12px; line-height:140%;}");
	document.write(".text12{font-size:14px; line-height:140%;}");
	document.write(".text14{font-size:16px; line-height:140%;}");
	document.write(".text16{font-size:18px; line-height:140%;}");

	}

	else{

	// WIN etc

	document.write(".text8{font-size:8px; line-height:140%;}");
	document.write(".text10{font-size:10px; line-height:140%;}");
	document.write(".text12{font-size:12px; line-height:140%;}");
	document.write(".text14{font-size:14px; line-height:140%;}");
	document.write(".text16{font-size:16px; line-height:140%;}");

	}

}	

document.write("body {margin-top: 10px; margin-left: 55px; margin-bottom: 10px; background-color: #ccddff; background-image: url('images/bg.gif'); background-repeat: repeat-y;}");

document.write("a:link {text-decoration: none; color: #ff6600;}");
document.write("a:visited {text-decoration: none; color: #ff6600;}");
document.write("a:active {text-decoration: underline; color: #ff6600;}");
document.write("a:hover {text-decoration: underline; color: #ff6600;}");

document.write("#cream{color: #ffff99;}");
document.write("#wine{color: #660000;}");
document.write("#green{color: #009900;}");
document.write("#navy{color: #000099;}");
document.write("#blue{color: #0000ff;}");

document.write("--></STYLE>");
