body {
	font-family:verdana,arial,sans-serif;
	font-size:10pt;
	margin : 10px;
	background-color:#FAFAD2;
	
	}
.photos li {
  display: block;
  float: left;
  padding: 0 4px;
}
.photos a {
  display: block;
  text-decoration: none;
}
.photos span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #800000;
}

.photos span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #800000;
}
.photos a:hover span {
  display: block;
  }
.photos img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.photos a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}
