/* Style sheet for Photos page */

@import url("../style_photos.css");


table.main
{
	width:100%;
}

table.photo
{
  width:100%;
  text-align:center;
  padding:5px;
}

/* Thumbnail image */
img.thumb
{
  border-style:solid;
  border-width:4;
  border-color:#606060;
  width:200px;
}

a.photo
{
  font-size:9pt;
}

