Which style will change the color of the text?
<cite>Noam Chomsky</cite>
cite { color: cyan; }
cite { font-color: cyan; }
cite { text: cyan; }
cite { text-color: cyan; }