Quote Originally Posted by Pathoschild
Code:
p {
  line-height: .8em;
  margin-top: 0em;
  font-size: 1em;
  }

#footer p {
          font-size: .4em;
          margin-top: 1em;
          margin-bottom: 0em;
          margin-left: auto;
          margin-right: auto;
          }

<div class="message">


Blah.</p>
</div>

<div id="footer">
   

Bleh.</p>
</div>
yay! No more classes everywhere! :D
Yeah, you can reduce the number of classes by 1 this way. Clearly, if you have more than one classes for a div element, for instance, you cannot remove them all, can you? Otherwise we wouldn't use classes. But what's wrong about classes enyway?