/* comments */
.co1, .coMULTI{
  color: #005105; /* green */
}
/* strings */
.st_h{
  color: #FF00FF; /* pink */
}
/* Action, brakets, etc..*/
.sy0, .br0, .re5{
  font-weight: bold;
}
/* functions, keywords, classes */
.me2, .me1, .kw1, .kw2, .kw3 {
  color: #002080; /*#000551;*/
  font-weight: bolder;
}
/* variables */
.re0 {
  font-weight: bold;
  color: #4F0073;
}
/* numbers */
.nu0 {
  color: red;
}

