CSS(Cascaded Style Sheets)
1. Separates content from layout
2. “Cascading”: hiearhic inheritance from higher level
3. Styles: inline, embeded or linked
4. Linked: one file defines a layout of a whole website (condition: browser 4+)
5. Beware: HTML 4.0 drops tags (<center>, <font>, <u>, ...) due to CSS