Lecture Topics:
The links below are the first 10 chapters of the w3schools.com CSS tutorial.
Within the <head> section:
<link rel='stylesheet' type='text/css' href='style.css'>
selector {property: value; property: value}
h1 {color: red; text-align: center;}