minor face-lift for web pages
diff --git a/docs/contents.html b/docs/contents.html
index f867786..cf78cdc 100644
--- a/docs/contents.html
+++ b/docs/contents.html
@@ -4,20 +4,20 @@
 
 <link rel="stylesheet" type="text/css" href="mesa.css"></head>
 
-<body bgcolor="#119955">
+<body bgcolor="#eeeeee">
 
 <!--Override a few values from the style sheet: -->
 <style>
 <!--
 body {
-	background-color: #119955;
-	color: white;
+	background-color: #cccccc;
+	color: black;
 }
 a:link {
-	color: #fff;
+	color: #000;
 }
 a:visited {
-	color: #ccc;
+	color: #000;
 }
 -->
 </style>