How would you change the text color of all <h2> headers to red?
<h2>
h2 { font-color: red; }
h2 { heading-color: red; }
h2 { text-color: red; }
h2 { color: red; }