Visto che hai chiesto anche di cambiare colore dopo averlo cliccato aggiungo alcodice di culsd :
codice:
#bottone a { 
color: #000000;
background-color: #fff000;
}
#bottone a:hover { 
background-color: #ff0000;
}
#bottone a:visited { 
background-color: #000000;
}