> What is the syntax to have all tables which are inside
> class .foo do
> something, while not affecting other tables?
.foo table{do: something}
You might need to explcitely style table elements as well, like
.foo td{do:something}, but it depends on what you're styling.
Steve Clason