A Cascading Style Sheet is made up of a series of rules, that applies to a selected set of elements in a document.
The following rule selects all heading level 1 elements and sets their color to red.
h1 {color:red}