What code would change the color of all <h1> headers to green?
<h1>
h1 { color: #FFFFFF; }
h1 { color: #FF0000; }
h1 { color: #0000FF; }
h1 { color: #00FF00; }