How would you change the text color of all paragraphs to light blue?
p { color: #000000; }
p { color: lightblue; }
.p { color: #ADD8E6; }
#p { color: rgb(173, 216, 230); }