A. p { color: red; }
B. p { color:rgb(255,0,0); }
C. p { color: rgba(255,0,0,1); }
D. all of the above