<!-- This is a comment -->
H1 { color: green; font-family: impact }
H2 { color: #FF0000; font-family: impact ; text-align: center}
H3 { color: yellow; text-align: center}
P { color: yellow; font-family: Arial, Helvetica ; text-align: justify}
P:first-letter {font-size: 200%; float: left }
BODY { border: 2px solid blue; background-color: #A0A0A0 }
A { color: yellow; font-family: Arial, Helvetica }
PRE { font-family: courier;  font-size: 8pt}
TT { font-family: courier; color: cyan }
HR { width: 80% ; align: center }
