  h3 > a:hover {background-color: #333;color:#fff;}
  p.link a {text-indent:2.5em;}
  p.link a	{font:"Courier New", Courier, monospace;font-size:14px;text-decoration:underline;}
  p.link a:hover {background-color: #2B2E21;color:#fff;}
  p.link a:link span{display: none;}
  p.link a:visited span{display: none;}
  p.link a:hover span {
  text-indent:0px;
  position: absolute;
  margin:0px 0px 0px 0px;
  background-color:#FFF;
  max-width:220;
  padding: 5px 10px 5px 10px;
  border: 1px solid #666666;
  font: normal 12px verdana;
  color: #000;
  text-align:left;
  display: block;}
