If you want the text in all <h6> elements to be black, what CSS property would you apply?
<h6>
h6 { color: white; }
h6 { color: #000000; }
h6 { color: blue; }
h6 { color: #00FF00; }