What code would change the text color of a <h1> header to white?
<h1>
h1 { color: #0000FF; }
h1 { color: white; }
h1 { color: red; }
h1 { color: black; }