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