table.recentTable {
  color:#eee;
  width:640px;
  border:0;
  text-align:left;
  border-collapse:collapse;
}

table.recentTableFrontPage {
  color:#eee;
  width:100%;
  border:0;
  text-align:left;
  border-collapse:collapse;
}

tr.recentEven {
  background:#666;
  border:1px solid #555;
}

tr.recentOdd {
  background:#444;
  border:1px solid #333;
}

/*
table.recentTable thead {
  border:5px solid red;
}
*/

th.recentTh {
  background:#333;
  border:1px solid #222;
}

td.recentTd {
  text-align:left;
}


