Hi,

I would like to be able to create a CSS class that has all the same
property values as another class but additional ones too. Instead of
having to rewrite the same property values again, can I simply request
that the second class inherits all the values from the first one and
then only have to write the additional properties. For example:

..fancyTable {
border-top: 1px solid #000;
...