body { background-color: white;
       font-family: monospace;
     }

h1 { font-size: 18px; }
     
table { border-color: silver;
	border-width: 2px;
	border-style: solid;
	border-spacing: 0;
      }

td { border-left: silver 1px solid;
     border-right: silver 1px solid;
     padding-left: 10px;
     padding-right: 10px;
     padding-bottom: 2px;
   }

td.filesize { text-align: right; }

th { background-color: silver; }

a { text-decoration: none; }
a:hover { color: red; }
