Updated to version 0.92- you can now use CSS to customize the look of the links if you want. This is totally optional.
In your "Additional CSS" you can put in code like:
Code:
.boplink A:link {background: yellow; text-decoration: none}
.boplink A:visited {background: yellow; text-decoration: none}
.boplink A:active {background: yellow; text-decoration: none}
.boplink A:hover {background: yellow; font-weight:bold; color: red;}
to customize the look of the links. The above with highlight them in yellow and turn the text bold and red if hovered.