If you want all <p> paragraphs to have green text, what CSS property would you apply?
<p>
p { color: green; }
p { text-color: green; }
p { font-color: green; }
p { paragraph-color: green; }