Generic properties
  - A style sheet = a set of rules (selector,
  properties)
- Associated with element types, not instances
- Cascading: several style sheets can be applied to a
    document
Separation of content and presentation between HTML and style
sheets:
  - HTML's STYLE element placed in the document
    HEAD
- Containing the style rules for the page + other linking facilities
    (external files).