Non saprei come cambiare i font e le dimensioni in questa tabbella soprattutto
del link email sapreste aiutarmi ?
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" vspace="5" height="35">
<tr>
<td>
<span class="STILENOME">
Nome:<%=rs("Nome")%>
</span>
<span class="STILEEMAIL">
Email:
<a class="STILELINKEMAIL" href="mailto:<%=rs("Email")%>">
<%=rs("Email")%>
</a>
</span>
<span class="STILESITO">
Sito:
<a href="<%=rs("Sito")%>" target="_blank">
<%=rs("Sito")%>
</a>
</span>
</td>
</tr>
</table>