Universal Properties
I picked up this tidbit looking at some random CSS code. I noticed that you can set universal properties with an asterisk like this: * { color: blue; font-size: 1em;} With this added within my CSS I set all the text to the color blue and the text size to 1em.