BODY { background: white; }
.infobar { background: #663399;
        color: white;
}
a.infobar:visited { color: pink }
a.infobar:link { color: orange }
a.infobar:hover { color: yellow }

table.download  { border-collapse: collapse;
		 border: 3px solid black;
		 empty-cells: show; }

.gray { background: gray; }

.silver { background: silver; }

.slategray { background: slategray; }

.gainsboro { background: gainsboro; }

