div.img
{
  margin: 6px;
  /* border: 1px solid #0000ff; */
  height: auto;
  width: 154px;
  min-width: 154px;
  float: left;
  /* text-align: center; */
 
}	

.desc{position: relative;
bottom: 6px;
left: 0;
width: auto;
margin-left: 0;
padding-left: 0;
text-align: center;
height: 2em;
min-height: 3em;
}

.desc a{

/* indent: 0; */


/* height: 3em; */
font-weight: bold;
font-size: 1.3em;
}


/* .desc.h2 { text-align: left;
} */

div.img img
{
  display: inline;
  margin: 0;
  border: 1px solid #ffffff; 
}

div.img a:hover img {border: 1px solid #FF0700;
}

div.img a {
   outline: 0;
}