.quote {
  text-decoration: none;
  position: relative;
  color: #009;
  z-index: 0;
/*  border-bottom-color: #009;
  border-bottom-width:1px;
  border-bottom-style: solid; */  

}

.quote:hover {
  text-decoration:none;
  z-index: 2;
  text-align: center;
}

.quote span {
  display: none;
  text-decoration: none;

}

.quote:hover span {
  display: block;
  position: absolute;
  top: 18px;
  left: 10px;
  width: 135px;
  height: 70px;
  border: 1px solid #000;
  background-color: #ffe;
  color: #000;
  font-family: Arial, "Arial MT", "MS Sans Serif", sans-serif;
  font-size: 10px;
  font-weight: normal;
  z-index: 1;
  line-height: 1.3em;
  text-align: center;

}


