for the hovering over a link just insert this code into the header of your site
Code:
<style type="text/css">
<!--
a:hover {
text-decoration: none;
color: #666666;
font-weight: bold;
font-size: 14px
}
-->
You can edit those values to make it fit your site better