// JavaScript Document
function mudaCor(cor,campo) {
	campo.style.background = cor
}
function voltaCor(cor,campo) {
	campo.style.background = cor
}
