.pln { color: #4c4c4c }  /* plain text */
.str { color: #080 }  /* string content */
.kwd { color: #008;  font-weight: bold  }  /* a keyword */
.com { color: #800; font-style: italic  }  /* a comment */
.typ { color: #606; font-weight: bold }  /* a type name */
.lit { color: #066 }  /* a literal value */
.pun, .opn, .clo { color: #660 }
.tag { color: #008 }  /* a markup tag name */
.atn { color: #606 }  /* a markup attribute name */
.atv { color: #080 }  /* a markup attribute value */
.dec, .var { color: #606 }  /* a declaration; a variable name */
.fun { color: red }  /* a function name */
pre.prettyprint {
font:8pt Verdana;
color:#4c4c4c;
white-space: pre-wrap;
padding: 5px;
border-left:5px solid #6d8cb3;
border-top:1px dashed #c4c4c4;  
border-right:1px dashed #c4c4c4;
border-bottom:1px dashed #c4c4c4;
overflow: auto;
background: #fff;
}
ol.linenums { margin-top: 1px; margin-bottom: 1px } /* IE indents via margin-left */
ol.linenums li {list-style: decimal-leading-zero outside none; color: #ccc;}
li.L1, li.L3, li.L5, li.L7, li.L9 { background: #f6f6f6 }