
function lit(item, value){
item.style.backgroundColor = value;
}

