.ruby .normal    { font-weight: bold; }
.ruby .comment   { color: #888; font-style: italic; }
.ruby .keyword   { color: #02C; font-weight: bold; }
.ruby .constant  { color: #C20; font-weight: bold; }
.ruby .class     { color: #C20; font-weight: bold; }
.ruby .module    { color: #C20; font-weight: bold; }
.ruby .method    { color: #2A0; font-weight: bold; }
.ruby .punct     { color: #447; font-weight: bold; }
.ruby .symbol    { color: #444; font-weight: bold; }
.ruby .string    { color: #944; font-weight: bold; }
.ruby .char      { color: #F07; font-weight: bold; }
.ruby .ident     { color: #000; font-weight: bold; }
.ruby .attribute { color: #000; font-weight: bold; }
.ruby .regex     { color: #B66; font-weight: bold; }
.ruby .number    { color: #C20; font-weight: bold; }
.ruby .global    { color: #444; font-weight: bold; }
.ruby .expr      { color: #444; font-weight: bold; }

