body
{
	font-family: impact, sans-serif;
	background: white;
	background-color: #e69898;
	color: blue;
	margin: 0 10% 0 10%;
}

p
{
	text-indent:50px;
	font-family: Verdana, Sans-Serif;
	color:white;
	background-color: #c6ade3;
	border: inset 10px #005588; 
	padding: 15px; 
	margin: 0; 
	text-align: justify; 
	line-height: 23px; 
	color: #191970; 
	font-size: 18px;
}

h1
{
	text-decoration: underline;
	font-family: fantasy, sans-serif;
	color: #f7e4f7;
	text-align: center;
	border: ridge 10px #99aabb;
	color: #191970;
	font-size: 54px;
	padding: 15px;
}






