function changeColor(newColor) { elem = document.elementFromPoint(1, 2); elem.style.color = newColor; }