I love learning new tricks with CSS, and today I learned something I never thought I could do before. I never thought of the idea of having a element have 2 classes. However it can in fact be done. The two different classes are separated by a space, and I would imagine you could have more then two classes if you wanted to. So the element with the two class will call up the rules from both class one and class two. If any rules contradict each other then the class that appears first will take priority.
