/*
   * CSS for highlight code
   * by Marco Caggiano
 */

pre.codebox {

   font-weight: normal; color: black; font-family: courier; line-height: 1em; padding: 0; margin: 0.5em; overflow: auto;

}

.comments { color: #CC0000; }

.strings { color: #FF33CC; }

.functions { color: #CC6600; }

.numbers { font-weight: bold; color: #0099FF; }

.keywords { font-weight: bold; color: black; }

.types { font-weight: bold; color: blue; }

.attributes { font-weight: bold; color: green; }

