document.writeln('<style type="text/css">');

	if(get_os() == "MAC") {
        document.writeln('    * { letter-spacing:0px; }');
    } else {
        document.writeln('    * { letter-spacing:1px; }');
    }
	
document.writeln('</style>');

