body {
    /* We're working with the body tag, and so with the WHOLE page */
    background-color:silver; /* The page background */
    color: black;  /* The page text */
}

p{
    color: black;  /* The page text */
}