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

if(navigator.appVersion.indexOf("Mac") > 1){
		//Mac
		if(navigator.appName.charAt(0) == "M"){
				//Mac IE
				document.write("a:link    { color:#B2FFED; text-decoration: none; }");
				document.write("a:visited { color:#B2FFED; text-decoration: none; }");
				document.write("a:active  { color:#5BB200; text-decoration: none; }");
				document.write("a:hover   { color:#0077B2; text-decoration: none; }");
		}
		else{
				//Mac NN
				document.write("a:link    { color:#B2FFED; text-decoration: none; }");
				document.write("a:visited { color:#B2FFED; text-decoration: none; }");
				document.write("a:active  { color:#5BB200; text-decoration: none; }");
				document.write("a:hover   { color:#0077B2; text-decoration: none; }");
		}
}
else{
		if(navigator.appName.charAt(0) == "M"){
				//Win IE
				document.write("a:link    { color:#B2FFED; text-decoration: none; }");
				document.write("a:visited { color:#B2FFED; text-decoration: none; }");
				document.write("a:active  { color:#5BB200; text-decoration: none; }");
				document.write("a:hover   { color:#0077B2; text-decoration: none; }");
		}
		else{
				//Win NN
				document.write("a:link    { color:#B2FFED; text-decoration: none; }");
				document.write("a:visited { color:#B2FFED; text-decoration: none; }");
				document.write("a:active  { color:#5BB200; text-decoration: none; }");
				document.write("a:hover   { color:#0077B2; text-decoration: none; }");
		}
}

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

