I am using this same code on a few pages to create a link that displays with an underline when pointed to. On the checkout success page, the underline does not show up. Here it is on the main page with the underline:

http://designerperfumesnob.authsafe.com/

This is the code:

What would you like to see on sale next week? Send an <a href="index.php?main_page=contact_us"><font size="2"><font color="ED3A84">email</font></font></a> and let us know!

this is the code from the checkout_success.php

Please send me an <a href="index.php?main_page=contact_us"><font size="2"><font color="ED3A84">email</font></font></a> if you have any questions about your order, or any questions at all.</p>

Am I missing something?