// JavaScript Document
function changecolor(color){
	
	document.getElementById("caitiao").style.backgroundColor=color;
	
	
	
	
	}
