Take a look here:
http://www.tiddlywiki.org/wiki/Tables#Custom_CSS_Classes
So you can do this:
|myTable|k
|!Name|!Description|h
|foo|lorem ipsum|
|bar|dolor sit amet|
The CSS selector looks like this:
.viewer table.myTable" {
...
}
HTH.
-- F.