diff --git a/pyglance/glance/basereport.txt b/pyglance/glance/basereport.txt
index 1a47c0f56f9ded53775e2566eebc3cc0e8081489..773c9cdf4e1f8ff22dbccb8496aa90a095f1916e 100644
--- a/pyglance/glance/basereport.txt
+++ b/pyglance/glance/basereport.txt
@@ -20,6 +20,10 @@ Copyright (c) 2011 University of Wisconsin SSEC. All rights reserved.
 		td.n,th.n { text-align: right; }
 		body { font-family: sans-serif; }
 		h4 { margin-bottom: 0; }
+		tr th { background-color: white; }
+		tr:nth-child(even) { background-color: #EEE; }
+		table { border-collapse: collapse; }
+		td, th { padding-left: 0.5em; padding-right: 0.5em; }
 		</style>
     </head>