If you want all elements with the ID "footer" to have blue text, which CSS property would you apply?
.footer { color: blue; }
#footer { color: blue; }
footer { color: blue; }
* { color: blue; }