div.img img
  {
 border: 2px solid blue;
  
  }
div.img a:hover img
  {
  border: 1px solid blue;
  }