Here ya go.
I just installed Virtue on allmall.co.za, but this is the CSS code to define link colours:
<style type=”text/css”>
<!–
a:link {
color: #003366;
}
a:visited {
color: #FF0000;
}
a:hover {
color: #0000FF;
}
a:active {
color: #00FFFF;
}
–>
</style>
Replace the current link colour code in citrus.css with this. Let me know if you need more help.