The links are like this because that is how it is in your theme.
You can try this custom css to remove the underline. Place the custom css in your child themes custom css or anywhere else you can place custom css like a plugin or theme.
.bbpress .post-content a {
text-decoration: none !important;
}