function light(a){
a.style.backgroundColor='#e9d7d5';
}
function delight(a){
a.style.backgroundColor='';
}