To make all <h2> headers have white text, what CSS property would you apply?
<h2>
h2 { color: #FF0000; }
h2 { color: rgb(0, 0, 0); }
h2 { color: white; }
h2 { color: green; }