var vNum = navigator.appVersion.charAt(0);var bName = navigator.appName.charAt(0);document.writeln("<STYLE TYPE='text/css'><!--");if(navigator.appVersion.indexOf("Mac") > -1) {	if( bName == "M") {// MAC IE			document.writeln(".ltx{font-size:100%; line-height:120%;}");			document.writeln(".mtx{font-size:80%; line-height:125%;}");			document.writeln(".stx{font-size:70%; line-height:119%;}");			document.writeln(".l{font-size:100%;}");			document.writeln(".m{font-size:80%;}");			document.writeln(".s{font-size:70%;}");			document.writeln("h3{font-size:80%;}");			document.writeln("h4{font-size:80%; line-height:125%;}");	} else {		if( vNum < 5 ) {// MAC NETSCAPE 4.x			document.writeln(".ltx{font-size:100%; line-height:120%;}");			document.writeln(".mtx{font-size:80%; line-height:128%;}");			document.writeln(".stx{font-size:70%; line-height:112%;}");			document.writeln(".l{font-size:100%;}");			document.writeln(".m{font-size:80%;}");			document.writeln(".s{font-size:70%;}");			document.writeln("h3{font-size:80%;}");			document.writeln("h4{font-size:80%; line-height:128%;}");		} else {// MAC NETSCAPE 6.x~			document.writeln(".ltx{font-size:100%; line-height:130%;}");			document.writeln(".mtx{font-size:80%; line-height:130%;}");			document.writeln(".stx{font-size:70%; line-height:130%;}");			document.writeln(".l{font-size:100%;}");			document.writeln(".m{font-size:80%;}");			document.writeln(".s{font-size:70%;}");			document.writeln("h3{font-size:80%;}");			document.writeln("h4{font-size:80%; line-height:130%;}");		}	}} else {	if( bName == "M") {// WIN IE			document.writeln(".ltx{font-size:100%; line-height:130%;}");			document.writeln(".mtx{font-size:80%; line-height:130%;}");			document.writeln(".stx{font-size:70%; line-height:119%;}");			document.writeln(".l{font-size:100%;}");			document.writeln(".m{font-size:80%;}");			document.writeln(".s{font-size:70%;}");			document.writeln("h3{font-size:80%;}");			document.writeln("h4{font-size:80%; line-height:130%;}");	} else {		if( vNum < 5 ) {// WIN NETSCAPE 4.x			document.writeln(".ltx{font-size:120%; line-height:144%;}");			document.writeln(".mtx{font-size:105%; line-height:168%;}");			document.writeln(".stx{font-size:98%; line-height:157%;}");			document.writeln(".l{font-size:120%;}");			document.writeln(".m{font-size:105%;}");			document.writeln(".s{font-size:98%;}");			document.writeln("h3{font-size:105%;}");			document.writeln("h4{font-size:105%; line-height:168%;}");		} else {// WIN NETSCAPE 6.x~			document.writeln(".ltx{font-size:100%; line-height:120%;}");			document.writeln(".mtx{font-size:80%; line-height:128%;}");			document.writeln(".stx{font-size:70%; line-height:112%;}");			document.writeln(".l{font-size:100%;}");			document.writeln(".m{font-size:80%;}");			document.writeln(".s{font-size:70%;}");			document.writeln("h3{font-size:80%;}");			document.writeln("h4{font-size:80%; line-height:128%;}");		}	}}document.writeln("--></STYLE>");