a, a:active {text-decoration: none; color: blue;}
a:visited {color: #48468F;}
a:hover, a:focus {text-decoration: underline; color: red;}
body {background-color: #F5F5F5;}
body:before
 {
  content: "Trinity Desktop Environment Archive";
  white-space: nowrap;
  font-size: 220%;
  font-family: sans-serif;
  padding-left: 85px;
  padding-bottom: 50px;
  background-image:url('/lighttpd-dir-logo.png');
  background-repeat: no-repeat;
 }
h2
 {
  color: #777;
  font-size: 120%;
  font-weight: normal;
  font-family: sans-serif;
  margin-bottom: 12px;
  margin-top: 5px;
  margin-left: 75px;
  padding-top: 5px;
  padding-left: 10px;
  border-top: 1px solid #ccc;
 }
table {margin-left: 12px;}
th, td { font: 90% monospace; text-align: left;}
th { font-weight: bold; padding-right: 14px; padding-bottom: 3px;}
td {padding-right: 14px;}
td.s, th.s {text-align: right;}
div.list { background-color: white; border-top: 1px solid #646464; border-bottom: 1px solid #646464; padding-top: 10px; padding-bottom: 14px;}
div.foot { font: 90% monospace; color: #787878; padding-top: 4px;}
div.list table tr:nth-child(even) { background: #f7f7f7; }
div.list table tr:nth-child(odd) { background: white; }
