
function CambiaColore(sfondo,carattere)
	{ 
	document.body.style.backgroundColor=sfondo;
	document.body.style.color=carattere;
	} 