



The RelativityChallenge.com site has highly annoying blinking text. This simple site style was the easiest I could device to have the blink go away. I would like to see a global style that disables { text-decoration: blink; }, though.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http), url-prefix(file) {
p { text-decoration: none !important; }
}-------------------------------------------------------------------------
that would pretty much make it global, I think.