How would you apply red color to a paragraph with the ID #important?
#important
#important p { color: #FF0000; }
.important { color: rgb(255, 0, 0); }
p { color: #000000; }
p#important { color: red; }