	bName = navigator.appName;              
	bVer = parseInt(navigator.appVersion); 
		if (bName == "Netscape") {
			document.write("<style type='text/css'> body {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 8px }</style>");
			}

			
