Consistently set the background color
Change the footer to include "maintained by"


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8938 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/lli.html b/docs/CommandGuide/lli.html
index dd6119b..ba92098 100644
--- a/docs/CommandGuide/lli.html
+++ b/docs/CommandGuide/lli.html
@@ -3,7 +3,7 @@
 LLVM: lli tool
 </title>
 
-<body>
+<body bgcolor=white>
 
 <center>
 <h1>LLVM: <tt>lli</tt> tool</h1>
@@ -78,7 +78,7 @@
 <a href="llc.html"><tt>llc</tt></a>
 
 <HR>
-<a href="http://llvm.cs.uiuc.edu">LLVM Team</a>
+Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.
 </body>
 </html>