body {
background-color: grey;	
color: #123456;
text-align: center;
}
h1 { 
color: #FF8C00;
}

h2 {
	color: #8B0000;
}

p {
	color: #F8F8FF;
}