body {
background-color : white-space;
}
h1
{
	text-align: center;
	background-color: pink;
}
h2
{
	text-align: center;
	background-color: lightblue;
	color: gray
}
p
{
	font-family: Verdana;
	font-style: italic;
	color: green;
	text-align: left;
}
