div.ppl {
  float: left;
  font-size: 11px;
  margin: 10px;
  padding: 10px;
  text-align: center;
  border: 1px dotted transparent;
}
div.ppl:hover {
  border: 1px dotted #087aca;
  background-color: #eeeeee;
  color: #087aca;
}

