Forum Moderators: open
Try this:
<html> <head>
<style type="text/css">
a:link {color: #hexadecimalcode} //Link colour
a:visited {color: #hexadecimalcode} //VISITED link colour
a:hover {color: #hexadecimalcode} //Hover link colour
</style>
</head> </html>A hexadecimal [html-color-codes.com] example is #6666FF which would bring up blue.