I've got a lot of css in my page, but I can't seem to figure out how to change the table header, and table border colors....
I've tried this:
table.td { color: #ffffff}
table.th { color: #ffffff}
But that doesn't work.
Do you know how to fix this?