I just did this. In the templates:
postbit
postbit_legacy
I changed:
Code:
<div id="post_message_$post[postid]">$post[message]</div>
to
Code:
<div class="message" id="post_message_$post[postid]">$post[message]</div>
and added this to my style sheet:
Code:
.message a:link
{
color: #576389;
font-weight:bold;
}
.message a:visited
{
color: #576389;
font-weight:bold;
}
.message a:hover
{
color: #FF0000;
text-decoration: none;
font-weight:bold;
}