h1
{
	text-align: center;
	background-color: red;
}

h2
{
	font-family: Verdana;
	font-style: italic;
	color: green;
}

p
{
	text-align: center;
	font-family: Verdana;
	font-size: 2em;
	color: orange;
}
