function mudarCor(id){
	document.getElementById(id).style.color = "#bf2229";
}
