code[class]:after {
      content: 'highlight: ' attr(class);
      display: block; text-align: right;
      font-size: smaller;
      color: #CCC; background: white;
      border-top: solid 1px;
      padding-top: 0.5em;
    }
    
    code {
      display: block;
      background: #D0D0D0;
    }
    
    .string,
    .function .title,
    .class .title, 
    .tag .attribute .value,
    .css .rules .value,
    .cpp .preprocessor,
    .ruby .symbol {
      color: #800;
    }
    
    .comment,
    .python .decorator,
    .java .annotation {
      color: #888;
    }
    
    .number,
    .perl .regexp {
      color: #080;
    }
    
    .javadoc,
    .ruby .string {
      color: #88F;
    }
    
    .keyword,
    .css .id,
    .phpdoc,
    .function .title,
    .class .title {
      font-weight: bold;
    }