How many rules are contained in the CSS code? body { color: #000000 background-color: #C9E1FF font-family: Arial, "Lucida Console" , sans-serif} h1 { color: #114485 font-size: x-large font-family: Georgia, "Times New Roman" , Times, serif; } p { color: #ffffff font-size: small font-family: Georgia, "Times New Roman" , Times, serif; } (1 point) Responses 1 1 2 2 3 3 4

The CSS code contains 3 rules.