﻿function changeElementFontColor(id) {
	document.getElementById(id).style.color = "black";
}