body {
	background-color: #D3D3D3;
	color: #1f1f1f;
}
h1 {
	background-image: url(apples.jpg);
	text-align: center;
}
h2 {
	color: #710c04;
	
}
h3 {
	color: #4e0707;
}
ul {
	list-style-image: url(apple2.png);
}
#image{
	background-image: url(applescene.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}
