/*Pizza Crust CSS BOF*/
ul {
	list-style-image: url(images/pizza-crust-li.gif);
	}
/*
li {
	background-image: url(images/pizza-crust-li.gif);
	background-repeat: no-repeat;
	}
*/
body {
	background-color: #43595C;
	}

.style1 {
	color: #873E43;
	}

.style2 {
	font-weight: bold;
	}

.style3 {
	font-size: large;
	}

td.top {
	border-bottom: thin solid #4F2A0F;
	background-image: url(images/back-back.jpg);
	}

h1 {
	font-family: cursive;
	font-size: large;
	color: #4F2A0F;
	}
/*Pizza Crust CSS EOF*/