Do not mention colors in style names, we might want to change styles themselves


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20099 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/llvm.css b/docs/llvm.css
index a1dfa9e..5c0692b 100644
--- a/docs/llvm.css
+++ b/docs/llvm.css
@@ -51,7 +51,7 @@
 
 .doc_footer     { text-align: left; padding: 0 0 0 0 }
 
-.doc_red        { color: red }
+.doc_hilite     { color: blue; font-weight: bold; }
 
 .doc_table      { text-align: center; width: 90%; 
                   padding: 1px 1px 1px 1px; border: 1px; }