To make the text in an element with the class "note" gray, which CSS property would you use?
* { color: gray; }
note { color: gray; }
#note { color: gray; }
.note { color: gray; }