What does the following CSS snippet do?
h1, h2 { color: rgb(0, 128, 0); }
Sets the color of all paragraphs to green.
Sets the color of h1 and h2 headers to green.
h1
h2
Sets the color of h1 and h2 headers to red.
None of the above.