/*
This is what is changing the color, font, font size, adding a border to the h1
*/
Body {background-color:gray;
		font-family: sans-serif;
		color: white;
		font-size: 15px;
}
h1 {border-bottom: 1px solid black;
	color: black;
} 
em { color:black;
}