
function button_mover(button) {
	button.style.color='#ffffff'; 
	button.style.backgroundColor='#000000';
}

function button_mout(button) {
	button.style.color='#ffffff';
	button.style.backgroundColor='#f29526';
}


