function colorPage1()
{
displayOne.style.background="#000000"
displayOne.style.color="#f7941d"
}
function resetPage1()
{
displayTwo.style.background="#000000"
displayTwo.style.color="#ffffff"
}

function colorPage2()
{
displayTwo.style.background="#000000"
displayTwo.style.color="#f7941d"
}
function resetPage2()
{
displayOne.style.background="#000000"
displayOne.style.color="#ffffff"
}