	h1, h4{
		font-family: Constantia, "Lucida Bright", "serif";
		color: navy;
	}
	p{
		font-family: Arial, Helvetica, sans-serif;
	}
p::first-letter {
	color: burlywood;
	font-size: 2em
}
h4::before {
	content: "Category: ";
}
.sale {
	color: crimson;
	font-weight: bold;
	font-size: 120%;
}
.sale::after {
	content: "*";
}
li::last-child {
	border-bottom: solid 1px orange;
}