code.function {
 color: #000;
}
 code.function a {
  color: #000;
  text-decoration: underline;
 }
 code.function a:hover {
  text-decoration: none;
 }

code.integer {
 color: #f00;
 font-weight: bold;
}

code.php-tag {
 color: #f00;
}
code.construct {
 color: #00f;
 font-weight: bold;
}
code.encapsed, code.string {
 color: green;
}
code.numeric {
 color: #f00;
 font-weight: bold;
}
code.comment {
 color: #aaa;
}
code.constant {
 color: orange;
}
code.operator {
 color: #000;
 background: #eee;
}
code.defined {
 color: red;
}
code.whitespace {
 white-space: pre;
}
code.curly {
 background: #faa;
}
code.parenthese {
 background: #afa;
}
code.square {
 background: #aaf;
}
code.error-control {
 background: #f00;
 font-weight: bold;
}
 
var {
 color: rgb(102, 0, 0);
 font-style: normal;
}
