Index: trunk/tools/eam/skycoverage/coverage.css
===================================================================
--- trunk/tools/eam/skycoverage/coverage.css	(revision 42468)
+++ trunk/tools/eam/skycoverage/coverage.css	(revision 42468)
@@ -0,0 +1,71 @@
+/* internal link line: c0d0d0 : d8d0f0
+   external link line: 303070 
+   border:             0080c0
+ */
+
+body  { 
+    background-color: #a0d0e0; 
+    padding: 5px; 
+    margin: 5px
+}
+
+a:link, a:visited, a:active { 
+    text-decoration: underline; 
+    font-weight: bold; 
+    color: #ff0000
+}
+
+a.button      { 
+    text-decoration: none; 
+    font-weight: bold;   
+    color: #000000; 
+    background: #0080c0
+}
+table.pics    { 
+    text-align: left; 
+    background: #0080c0; 
+    font-size: small; 
+    color: #ffffff; 
+    padding: 2px; 
+}
+table.stats   { 
+    text-align: left; 
+    background: #ffffff; 
+    font-size: big; 
+    color: #000000; 
+    padding: 10px; 
+}
+table.index   { 
+    border: 3px solid #0080c0; 
+    text-align: left; 
+    background: #ffffff; 
+    font-size: big; 
+    color: #000000; 
+    padding: 10px; 
+}
+td.index  { 
+           text-align: right; 
+           font-size: normal;  
+           font-weight: normal;  
+           vertical-align: top;
+	   background: #d0d0ff; 
+	   background-color: #d0d0ff; 
+	   border: 3px solid #0080c0; 
+	   padding: 5px; 
+}
+tr.index  { 
+           text-align: left; 
+           font-size: small;  
+           font-weight: normal;  
+           vertical-align: top;
+	   background: #d0d0ff; 
+	   background-color: #d0d0ff; 
+	   border: 3px solid #0080c0; 
+	   padding: 5px; 
+}
+td.label  { 
+           font-size: large;  
+           font-weight: bold;  
+	   padding: 5px; 
+	   transform: rotate(90deg);
+}
