function colora(elemento, sfondo, testo){
	elemento.style.color=testo;
	elemento.style.backgroundColor=sfondo;
}