code .comment {color:green;}
code .operator {font-weight: bold; color:purple;}
code .keyword, code .cast {font-weight: bold; color:blue;}
code .phptag {color:purple; font-weight: bold;}
code .string {color:red;}
code .number {color:#f90; font-weight: bold;}
code .oct.int.number {background-color: #eef;}
code .hex.int.number {background-color: #fee;}
code .float.number {font-style: italic;}
code .html {color:gray; background-color: white;}
code .variable {color: navy; font-weight: bold;}
code .string.variable {font-weight: bold; color: red;}
code .punctuation {font-weight: bold; color: black;}
code .normal {color: black; font-weight: normal;}
