
function hilite(id, color) {
	document.getElementById(id).style.color='#A40202'
//	#A40202
}