<!--
// use correct style sheet
 if ((navigator.appVersion.indexOf("Macintosh") != -1) || (navigator.appVersion.indexOf("Linux") != -1))
	  {
		document.write('<link href="css/MacStyles.css" rel=stylesheet type="text/css">');
	  }
-->
