document.write("<style type=\"text/css\">");
if (navigator.appName.substring(0,9) == "Microsoft") {

	document.write("	A.NAV:LINK { COLOR:\"#FFFFFF\"; text-decoration: none  }");
	document.write("	A.NAV:VISITED { COLOR:\"#FFFFFF\"; text-decoration: none  }");
	document.write("	A.NAV:ACTIVE { COLOR:\"#FFFFFF\"; text-decoration: none  }");
	document.write("	A.NAV:HOVER { COLOR:\"#FFFFFF\"; text-decoration: underline  }");

	document.write("	A.DOB:LINK { COLOR:\"#FFFFFF\"; text-decoration: none  }");
	document.write("	A.DOB:VISITED { COLOR:\"#FFFFFF\"; text-decoration: none  }");
	document.write("	A.DOB:ACTIVE { COLOR:\"#FFFFFF\"; text-decoration: none  }");
	document.write("	A.DOB:HOVER { COLOR:\"#FFFFFF\"; text-decoration: underline  }");
	
	document.write("	A.MAI:LINK { COLOR:\"#000000\"; text-decoration: none  }");
	document.write("	A.MAI:VISITED { COLOR:\"#000000\"; text-decoration: none  }");
	document.write("	A.MAI:ACTIVE { COLOR:\"#000000\"; text-decoration: none  }");
	document.write("	A.MAI:HOVER { COLOR:\"#000000\"; text-decoration: underline  }");

}
document.write("</style>");