/* page style */
body	{
	background-color: #FFFF99;
	}
/* set style for page heading */
h1	{
	font-size: 250%;
	font-style: bold;
	color: red;
	text-align: center;
	}

