What code would change the text color of an <h2> header to black?
<h2>
h2 { color: #000000; }
h2 { color: white; }
h2 { color: #FF0000; }
h2 { color: green; }