body {
	background-color: #f05030;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	background-color: #f0A060;
}
div {
	margin-bottom: 30px;
	border-bottom: 2px solid black;
	padding-bottom: 30px;
}
.images {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid black;
}
img {
	opacity: 1.0;
	width: 580px; 
	height: 430px;
}
a:hover {
	opacity: 0.7;
}
a {
	color: #f0A060;
}
p {
	font-size: 170%;
}
p.special {
	display: flex;
	justify-content: space-between;
}

/*	Pizza Table	*/
td, th {
	width: 50%;
	border: 3px solid black;
	height: 100px;
	text-align: center;
	font-size: 20px;
	background-color: #f0A060;
} 
th {
	font-size: 30px;
}
