This page demonstrates the following rule which should make the first item of any list red:
li:first-child { color: red }
Use your browser's View Source option to see the full source code.
View Source