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>