do you know CSS (Cascading Style Sheets).
just insert the following between <head></head> of your html document
<style type="text/css">
<!--
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #0000FF}
a:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFF00}
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000}
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #339900}
-->
</style>
Change the size and color as you want. Please make sure that you keep this order in your style sheet.
Ranjan
:: I earn because I learn ::