/* Style sheet for Photos page */

@import url("../style_main.css");


table.photo
{
  color:#000000;
}

img.photo
{
  border-style:solid;
  border-width:4;
  border-color:#808000;
  width:320px;
}

a.photo
{
  font-size:9pt;
}

