You can also specify the same set of rules for more than one selector, like this:
p, h1, h2 { text-align: left;}Just place a comma between each one.
You can even get more complex, and group multiple class and id selectors:
p.navigation, h1#title { font-weight: bold;}