/* While this sets the apperance of special cases for code
selector= HTML tags
rule= the CSS Rule that defines the apperance
comment= Comments in the CSS */
code.selector { color: #009900; }code.rule { color: #990099; }code.comment { color: #cc0000; }