This text should be green because of the style sheet options applied to the table as a whole This text should be red because of the class1 tag


This text should be red because even though table tag inherits green text from the style sheet, the class1 rating over rides it.


This text should be green


So, to use a style sheet with a table, either apply attributes using the table tags themselves as anchors, or by creating classes that you can put wherever needed.

Note also that this may not appear correctly in Netscape depending on the version you have.