//á
function onupoutavka(id){
	el = document.getElementById(id);
	el.style.background = "#154f8f";
	document.getElementById(id+'a').style.color = "#ffffff";
}

function outupoutavka(id){
	el = document.getElementById(id);
	el.style.background = "#b2c8e3";
	document.getElementById(id+'a').style.color = "#242328";
}