As far as I know. Coming right off the top of my head. Just edit these...
Code:
<style type="text/css">
<!--
A.ssmItems:link {color:black;text-decoration:none;}
A.ssmItems:hover {color:black;text-decoration:none;}
A.ssmItems:active {color:black;text-decoration:none;}
A.ssmItems:visited {color:black;text-decoration:none;}
//-->
</style>
for instance, instead of having the color as black or blue. If you take out black and add #000000 and that is black also. If you don't know the color codes. Google in "Color code chart".
Bookmarks