See the code for Content Control Conditional Formatting in the attachment at:
Change color according with dropdown selection. To vary the text colour rather than the cell colour, change:
Code:
.Range.Cells(1).Shading.BackgroundPatternColorIndex
to:
Code:
.Range.Font.ColorIndex