If you want all <h4> headers to be green using text, what CSS property would you apply?
<h4>
h4 { color: #FF0000; }
h4 { color: green; }
h4 { color: #FFFFFF; }
h4 { color: rgb(255, 0, 0); }