body {

font-family: sans-serif;
}
/* This changes the font to sans serif. 
*/
font-size: 16px;
}
/* This changes the font to 16 pixels.
*/
h1, h2: {
color: blue;
}
/* This changes the header 1 and 2 to blue.
*/
h1 {
border-bottom: 1px solid white;
}
/* This changes the border to white.
*/
p {
color: White; 
}
/* This changes the paragraph to white.
*/
em {
color: orange;
}
/* This changes the color of dance dance revolution.
*/
em {
font style: italic;
}
/* This changes the words to italic.
*/
body { background-color: #424242;
}
/* This changes the background color.
*/
