text-shadow & hover


<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css" />

<style type="text/css">body {
  margin: 100px auto;
  width: 600px;
  font-size: 13px;
  line-height: 180%;
  text-shadow: #333 -600px 0 6px,
                          #333  600px 0 6px;
}

blockquote {
  display: inline;
}

blockquote a {
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
  text-decoration: none;
}

blockquote a:hover {
  text-decoration: underline;
  text-shadow: #333 -600px 0 0,
                          #333  600px 0 0;
}

.autopagerize_page_separator,
.autopagerize_page_info {
  display: none;
}</style>