body.group-GROUP-NAME .topic-meta-data .full-name a {
color: COLOR;
}
where GROUP-NAME is the name of your group and COLOR is the color you want in an acceptable format. If the group is called @dragons and the usernames are to be purple then:
body.group-dragons .topic-meta-data .full-name a {
color: purple;
}