Group 3 discussed cascading, inheritence and specificity.
Cascading: Ability to have multiple styles from different sources merge together into one style.
Inheritence: A propoerty withe the value inherit will use the same value as the parent element.
Specificity: When there are 2 declerations that apply to one element and the same propoerty the selector with the most specific selector will be used.