Make default text a little darker.  Shorten title in Static Analysis page.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52199 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/StaticAnalysis.html b/www/StaticAnalysis.html
index 358ebbc..03dff7a 100644
--- a/www/StaticAnalysis.html
+++ b/www/StaticAnalysis.html
@@ -27,7 +27,7 @@
 
 <div id="content">
 
-<h1>Information on using the Static Analyzer ("LLVM Checker")</h1>
+<h1>Information on using the Static Analyzer</h1>
 
 <p>This documents provides some notes on using the LLVM/clang static analyzer to
 find bugs in C and Objective-C programs.</p>
diff --git a/www/content.css b/www/content.css
index ab9465c..7cb3b7f 100644
--- a/www/content.css
+++ b/www/content.css
@@ -1,6 +1,6 @@
 html, body {
   padding:0px;	
-  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #333;
+  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #222;
 }
 
 h1, h2, h3, tt { color: #000; }