Respuesta :

I cannot see the above code, but the the HTML attribute for backround color is <body bgcolor="#E6E6FA">
Or in a separate CSS file its 
body {
    background-color: yellow;
}