a:hover{
text-decoration:underline !important;
}
.b_bContent a:link:hover {
text-decoration:underline !important;
font-weight: bold;
}
.b_bContent a:link {
text-decoration:none;
font-weight: bold;
}
.b_bContent a:visited {
font-weight: bold;
text-decoration:none;
}
.b_bContent a:active {
font-weight: bold;
text-decoration:none;
}