Add the following CSS:
.shop_attributes tr.alt td.attribute_name, .shop_attributes tr td.attribute_name {
color: blue !important;
}
.shop_attributes tr.alt td.attribute_value, .shop_attributes tr td.attribute_value {
color: green !important;
}
.shop_attributes .attribute_group_name {
color: red !important;
}