/* ---- Words --- */

#words #content .col3 {
  font-size:34px;
  line-height:40px;
  text-align:justify;
  padding-bottom:120px;
}
  
#words #content  a.word:link, 
#words #content a.word:visited {
  text-decoration:none;
  position: relative;
  z-index:10;
}

#words #content a.word:hover{
  position:relative;
  z-index:20;
}

#words #content a:link span, 
#words #content a:visited span {
  font-size:12px;
  position:absolute;
  width:220px;
  padding:4px;
  background:#FFF;
  text-transform:none;
  font-variant:normal;
  letter-spacing:0.0em;
  border:1px solid;
  line-height:1.2em;
  top:-999px;
  left:-999px;
}

#words #content a:hover span {
  top:38px;
  left:16px;
}
