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