change
code:
a:link {
text-decoration: underline overline line-through blink;
}
to:
code:
a:link {
text-decoration: overline line-through blink;
}
Just remove the underline there
BTW, You have html errors
quote:
Originally posted by Tidy
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 27 column 144 - Warning: unescaped & or unknown entity "&uid"
line 26 column 21 - Warning: <img> lacks "alt" attribute
0 errors / 3 warnings