This is the only relevant style applied to the link represented by the text 'EMAIL US':
Code:
.text a:link {
font-family:Georgia, "Times New Roman", Times, serif;
line-height: 120%;
text-decoration: underline;
color:#000000;
}
.text a:hover {
font-family:Georgia, "Times New Roman", Times, serif;
line-height: 120%;
display: block;
color:#000000;
text-decoration: underline;
}
Frankly, I don't see any material difference in the link style as opposed to the hover style and saw no difference on the page in either FF or IE.
Bookmarks