Of course! <slap forehead>
What I did was in templates
postbit and
postbit_legacy to add the highlighted class:
Code:
<!-- message -->
<div class="messagetext" id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
and in the Main CSS' s Additional CSS Definitions to add the class:
Code:
.messagetext A { color: green }
and it works..
Thanks for your response.