body
{	
	background-color: beige;
}
h1
{
	color: pink;
	margin-left: 20px;
}
h2
{
	font-style: italic
	color: lightgreen;
	margin-left: 14px;
}
.center
{	
	text-align:center;
}
	