	body {
		background-color: #FFCC66;
		background-image: url("butterfly.gif");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: right bottom;
	}

	h1 {
		color: #990000;
		background-color: #FC9804;
	}
	p {
		font-style: italic;
		font-weight: bold;
		font-size: 10px;
		font-family: arial, sans-serif;
		text-indent: 30px;

	}
	

