I managed to fix it by playing around with the CSS.
.tags{
display:block;
padding-left:20px;
margin-bottom:-20px;
color:#c3c3c3;
background:url(tags.gif) no-repeat left bottom;
}
.tags a{
color:#7bbfe3;
font:8pt Tahoma;
}
.tags a:hover{
border-bottom:1px dashed #7bbfe3;
}