al parecer es un problema de style.css tenes que crear un stylo nuevo detro de style.css
ejemplo:
.likmail {
color: #000000;
text-decoration: none;
}
a.likmail:visited {
color: #000000;
text-decoration: none;
}
a.likmail:active {
color: #000000;
text-decoration: none;
}
a.likmail:hover {
color: #000000;
text-decoration: none;
}
<table width="" border="0" class="likmail">
<tr>
<td width=""><a href="mailto:
[email protected]"><img src="http://kubedesign.es/tienda/images/tienda.png"/></a></td>
</tr>
</table>