function hightlight(target, color){
	target.style.backgroundColor = color;
}

function hightlight_color(target, color){
	target.style.color = color;
}
