 BODY
	{
	background-image: url(poppytr.gif);
 	background-repeat: no-repeat;
	background-position: 50% 5%;
	background-color: gold;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	color: navy;
	}
H1
	{
	color: green;
	background-color: lemonchiffon;
	text-align: center;
	}
H2
	{
	color: lemonchiffon;
	background-color: green;
	text-align: center;
	}
P
	{ 
	font-weight: bold;
	}
  li
	{
	text-transform: Capitalize;
	margin-left: 200px;
	color: red;
	}
dl
	{
	font-weight: bolder;
	color: red;
	}
dd
	{
	font-style: italic;
	color: green;
	text-indent: 50px;
	}