Event.observe(window, 'load', function() {
	var stile = new Stile();
	// var commenta = new Commenta();

	Event.observe($$('body')[0], 'click', stile.cambia.bind(stile));
/*	Event.observe('commenta', 'click', function() {
		stile.disattivaCambio();
		setTimeout(stile.attivaCambio, 10);
	});*/

/*	Event.observe('commenta', 'mouseover', commenta.ingrandisci.bind(commenta));
	Event.observe('commenta', 'mouseout', commenta.riduci.bind(commenta));*/
});