function chBg(ref) {
	document.getElementById(ref).style.background = "#b92d30"
	document.getElementById(ref).style.color = "#ffffff"
}

function reBg(ref) {
	document.getElementById(ref).style.background = "transparent"
}
