// Sets the general apperance of code tags
code
{
font-family: monaco,courier,monospace;
font-size: 10pt;
line-height: 12pt;
margin-left: 2em;
}

/* 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; }