.str{color:#00F}/*strings (JS)*/
.kwd{color:#008}/*function names (JS)*/
.com{color:#777}/*comments*/
.typ{color:#606}
.lit{color:#066}
.pun{color:#00c}/*in-betweens like < > { } = */
.pln{color:#000}/*text in tags*/
.tag{color:#00c}/*tag names*/
.atn{color:#0a0}/*attribute names*/
.atv{color:#00F}/*attribute values*/
.dec{color:#606}
@media print{
  .str{color:#00d}/*strings (JS)*/
  .kwd{color:#006}/*function names (JS)*/
  .com{color:#555}/*comments*/
  .typ{color:#606}
  .lit{color:#066}
  .pun{color:#00a}/*in-betweens like < > { } =*/
  .pln{color:#000}/*text in tags*/
  .tag{color:#00a}/*tag names*/
  .atn{color:#080}/*attribute names*/
  .atv{color:#00d}/*attribute values*/
  .dec{color:#606}
}
