Hi Ashley,
the property (for text color) is just
color
The links in browses and so on use the style;
.ui-widget-content a {
color: #333;
}
so if you add this to your custom.css file you can change it to any color you like. for example (for blue)
.ui-widget-content a {
color: #232dda;
}
In the Hyperlinks example the "company" column has an additional class ("Red") added to highlight that specific link.
Cheers
Bruce