css offer many ways to customize you web pages, one way to do this is to behave all links the same ways like the active, visited and hover links. to do this you can copy and paste the follwowing into your website between the <head> tags:

CODE:
<style type="text/css">
<!--
a:link, a:visited, a:active {
   text-decoration: underline;
}
-->
</style>


if you need web hosting for your site, you can visit our friends at www.webune.com