/* CSS Document */

body
  {
  background-color:#6F979F;
  }

div.img
  {
  margin: 5px;
  border: 1px solid #000000;
  height: auto;
  width: auto;
  float:left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid;
  }
div.img a:hover img
  {
  border: 2px solid #A7141F;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }