Embedded Style for Week Two
List Properties and Techniques

 OL  
	{
	list-style-image: url(cssfall_images/star_navy.gif);
	}
 OL LI,UL LI
	{
	color: mediumblue;
	background: lightyellow;
	border: thin solid;
	margin-left: 50px;
	margin-right: 75px;
	text-transform: none;
	}