// JavaScript Document

function setLight(e,color) {
	e.style.backgroundColor = color;
}
