function texto_blanco(texto){
   texto.style.color='#FFFFFF';
}
function texto_rojo(texto){
   texto.style.color='#FF0000';
}

function texto_azul(texto){
   texto.style.color='#0000FF';
}  

function texto_violeta(texto){
   texto.style.color='#993366';	
}