Not strictly related to XWD, but I'm using it on a draft website made with XWD...

I would be grateful if the HTML experts could advise how I can colour the Off/Over/Visited text in this script (the background colour is the colour of my webpage):

I found I can colour the text with the colour controls on the Webpage Properties>Website dialogue, but thought there might be an "individual" way of doing it.

<div style="text-align:center; background-color:#06be3">
<h2>
<script language="JavaScript"><!--
var name = "info";
var domain = "iflewformma.com";
document.write('<a href="mailto:' + name + '@' + domain + '">');
document.write(name + '@' + domain + '</a>');
// --></script>
</h2>
</div>

Thanks, Al