How can you style all paragraphs in a document using CSS?
all-p {color: green;}
style p {color: green;}
paragraph {color: green;}
p {color: green;}