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