div.updates {
  text-align: center;
}

div.photoset {
  border: 1px; solid white;
  width: 800px;
  background-color: #C5CFE7;
  border: 1px solid #444444;
  margin-bottom: 10px;
}
div.pstitle {
  border: 1px; solid white;
  background-color: #2e4054;
  height: 30px;
}
div.psbody {
  border: 1px; solid white;
  color: black;
}
div.pspics {
  border: 1px; solid white;
  text-align: center;
}
td.pspic {
  border: 1px solid black;
  padding: 0px;
}
td.psvid {
  border: 1px solid white;
  padding: 0px;
}

td.pstitle {
  color: white;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
}
td.pspiccount {
  color: white;
  text-align: right;
  vertical-align: middle;
}
td.psbody {
  vertical-align: top;
  padding: 10px;
  font-size: 0.9em;
}

