Well, you defined CSS between <style>-tags.
And in your first post, you wrote
That's called "inline CSS", and it will always override the CSS you wrote between <style>-tags.
So it's no problem you already have defined TD in between your <style>-tags. The inline css will override that, but only for that specific TD.