/* Chili -- css */
.css__comment   { color: olive; }
.css__directive { color: fuchsia; }
.css__url       { color: fuchsia; }
.css__class     { color: #CC0066; }
.css__id        { color: IndianRed; }
.css__pseudo    { color: #CC9900; }
.css__element   { color: Purple; }
.css__property  { color: #330066; }
.css__special  { color: #330066; text-decoration: underline; }
.css__value    { color: #3366FF; }
.css__string   { color: teal; }
.css__number   { color: red; }
.css__color    { color: green; }

/* Chili -- html */
.html__doctype    { color: #CC6600; }
.html__ie_style   { color: DarkSlateGray; font-weight: bold; }
.html__comment    { color: #4040c2; }
.html__tag_start  { color: navy; }
.html__tag_end    { color: navy; }
.html__entity     { color: blue; }
.html__attr_name  { color: green; }
.html__attr_value { color: maroon; }
