ok your code is
main a {
text-decoration: underline !important;
a.bbp-topic-permalink { text-decoration: none: !important;
}: ;
}
it should be
main a {
text-decoration: underline !important;
}
a.bbp-topic-permalink {
text-decoration: none: !important;
}