To make the text color of all <h5> headers green, what CSS code would you use?
<h5>
h5 { color: #0000FF; }
h5 { color: #00FF00; }
h5 { color: #FFFFFF; }
h5 { color: #FF0000; }