body {
background-color : pink;}
h1
{
	text-align: center;
	background-color: pink;
}
h2
{
	text-align: center;
	background-color: black;
	color: white
}
p
{
	font-family: Verdana;
	font-style: italic;
	color: white;
	text-align: left;
}
span
{
	font-family: Times;
	font-style: normal;
	font-size: 12;
	color: green;
	text-align: center-left;
}
