.xh-all a {
   text-decoration: none !important;
}

.xh-all      {
   color:        #333;
   font-family: "Lucida Console", "Andale Mono", monospace;
}
.xh-comment  { color: #080; font-style: italic; }
.xh-default  { /* color: #333; */ }
.xh-function { color: #009; }
.xh-html     { color: #366; }
.xh-keyword  { color: #663; }
.xh-link     { color: inherit; font-weight: bold; }
.xh-number   { color: #009; }
.xh-string   { color: #900; }
.xh-strvar   { color: #a33; }
.xh-variable { color: #36a; }
.xh-slink    { color: inherit; font-style: italic; }

a.xh-link:visited, a.xh-slink:visited {
   color:           inherit !important;
}

.xh-all a:hover {
   color:           inherit !important;
   text-decoration: underline !important;
}