/* $Id: photos.css,v 1.2 2005/07/15 16:30:55 Yoyo Exp $ */

table.photos {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
table.photos td a {
  text-decoration: none;
  display: block;
  padding: .5em .3em;
  line-height: 1.3em;
  color: #888;
}
table.photos td a:hover {
  background: #DDD;
}
table.photos td {
  font-size: .8em;
  vertical-align: top;
  text-align: center;
}
table.photos td img {
  border: 1px solid #CCC;
}
table.photos th {
  text-align: left;
  padding: 1em 0 0 0;
  letter-spacing: .3em;
  font-variant: small-caps;
}

