#qx_srcview pre{
  /* repeat it, needed to fix display in MSHTML */
  font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", monospace !important;
  font-size: 11px !important;
  margin: 0;
  margin: 8px;
}

#qx_srcview .keyword {
  color : blue;
  font-weight: bold;
}

#qx_srcview .atom {
  color: orange;
}

#qx_srcview .qxkey {
	font-weight: bold;
}

#qx_srcview .ident {

}

#qx_srcview .comment {
  color: darkgray;
}

#qx_srcview .string {
  color: green;
}

#qx_srcview .html-tag-name {
  color: purple;
}

#qx_srcview .regexp {
  color: darkred;
}