I'm probably missing the obvious, but...
How do I assign one child class to two parent classes at the same time?
For instance, I have:
#column1 h1 {style}
#column2 h1 {style}
I assumed I could just go
#column1, column2 h1 {style}
but that doesn't seem to work.
-Darrel