The color works for me when I use the HTML5 syntax.
The user agent style sheet has
:-moz-any-link {
text-decoration: none !important;
}
which may prevent the text-decoration rule. This was to prevent the
following bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=504324
On 18/07/2012 21:41, William F Hammond wrote: