abbr[title], acronym[title], span[title] { 
  border-bottom: 1px dotted;
  cursor: help;
  }

q { quotes: "\201E" "\201C"; } 

/* :target selector now works only in Mozilla */
*:target {
  padding-left: 0.5em;
  border-left: 1em solid #FE3; 
}

