Which CSS declaration sets the page background to #f0f8ff?
#f0f8ff
background-color: #f0f8ff; on body
background-color: #f0f8ff;
background-color: rgb(60, 60, 60); on h1
background-color: rgb(60, 60, 60);
background-image: #f0f8ff; on body
background-image: #f0f8ff;
color: #f0f8ff; on body
color: #f0f8ff;