Is multiple stylesheets put together; Later styles rule over earlier styles.
element inside the div will have the divs font treatment and not the body copies.
Is a style that is applied to an element inside of a parent.
element has the same style applied to it.
When there are 2 or more declarations that apply to one element and same property. The selector with the most specific selector will take precedence
Fly away!