If you want the text in all <h3> elements to be red, what CSS property would you apply?
<h3>
h3 { color: #FF0000; }
h3 { color: #00FF00; }
h3 { color: #0000FF; }
h3 { color: #FFFFFF; }