webdesign.css (a working version)

This first line is a comment line.  You can make comments in your style sheet in a similar manner.

/* This is webdesign.css */
h1 {font-size: 14pt; font-family:Arial}
h2 {font-size: 12pt; font-family:Arial}
p {font-size: 100%}
p {color: #000080; font-family: Arial; font-size:10pt}
h3 { font-family: Arial; font-size: 10pt; color: #000000; font-weight: bold }
li { font-size: 10pt; font-family: Arial; color: #000080 }