What does the following CSS code snippet do?
p { color: #FF0000; }
Changes the text color in paragraphs to red.
Changes the border color of paragraphs to red.
Changes the text color in paragraphs to green.
Changes the background color of paragraphs to red.