OK if you can change that page and add a class (someclass) to the table you can use something like this:
.someclass a {
color: blue;
text-decoration: underline;
}
or use this:table a {
color: blue;
text-decoration: underline;
}
add this code to custom css file.
www.gantry-framework.org/documentation/j...custom_stylesheet.md