Cascading Order
•We say that all the styles will "cascade" into a new "virtual" style sheet by the following rules, where number four has the highest priority:
1.Browser default
2.External style sheet (.css file)
3.Internal style sheet (inside the <head>)
4.Inline style (inside an HTML element)