var t = document.getElementsByTagName('td');
for (i=0;i<t.length;i++) {
if (t[i].getAttribute('background') && t[i].getAttribute('background').indexOf('ff_menu_background.gif')!=-1) {
t[i].style.color = '#fff';
}

}