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

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

.quote span {
/*   position: absolute; */
  display: none;
  text-decoration: none;
}

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


