.code            {} /* generic style */
.comment         {color: green;}  /* language specific comments */
.cssComment      {color: green;}  /* css comments */
.cssKeyword      {color: blue;}   /* @media */
.cssPropName     {color: red;}    /* 'name:' inside of { } */
.cssPropValue    {color: blue;}   /* value between ':' and ';' */
.cssSelector     {color: maroon;} /* BODY, P, H1, */
.cssStringValue  {color: blue;}   /* "Courier New" */
.htmlAttrName    {color: red;}    /* Attribute name */
.htmlAttrValue   {color: blue;}   /* Value including quotes */
.htmlComment     {color: green;}  /* comment includes <!-- and --> */
.htmlElementName {color: maroon;} /* Tag name */
.htmlEntity      {color: red;}    /* &lt;, &amp;, &nbsp; */
.htmlOperator    {color: blue;}   /* = */
.htmlAspDelim    {color: black; background-color: #FFEE66;} /* <% %> */
.htmlTagDelim    {color: blue;}   /* <, >, </, /> */
.identifier      {color: navy;} /* name for variable, type or function */
.keyword         {color: black; font-weight: bold}   /* for, while, if, ... */
.number          {color: red;}                 /* 12, 23.33, 1e12, ... */
.operator        {color: maroon; font-weight: bold} /* +, -, <, =, ... */
.preprocessorKW  {color: blue;}   /* #if, #else, ... */
.string          {color: blue;} /* "value" or 'value' */
.stringCSharpAt  {color: maroon;} /* C# @ Verbatim */
.xmlAttr         {color: red;}    /* Attribute name */
.xmlAttrQuotes   {color: black;}  /* Single or double quotes */
.xmlAttrValue    {color: blue;}   /* Text inside quotes */
.xmlCDataSection {color: gray;}   /* Text inside CDATA */
.xmlComment      {color: green;}  /* Text inside comments */
.xmlDelimiter    {color: blue;}   /* <, >, =, <!--, <![CDATA[, ... */
.xmlDocAttr      {color: red;}  /* Documentation attribute value color */
.xmlDocComment   {color: green;}  /* Documentation text */
.xmlDocTag       {color: gray;}   /* Documentation /// and xml tags colors */
.xmlKeyword      {color: blue;}   /* Keywords used in DTD (#PCDATA, CDATA, #REQUIRED, ...) */
.xmlName         {color: maroon;} /* Name of XML tags */
.xmlPI           {color: gray;}   /* text inside of processing instructions */
.xmlText         {color: black;}  /* plain text in XML */
.xsltKeyword     {color: teal;}   /* xml tag names with prefix "xsl" */

