/* pictures stylesheet */
div.img
{
  margin: 20px;
  border: 2px solid black;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 10px;
  border: 2px solid blue;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  margin: 2px;
}
