.spacer {
	clear: both;}

.imageborder {
	border: 2px solid #CCC;
	margin: 0px;
	padding: 0px;
}
.green-button {
	border: 1px solid #008B4A;
	margin: 0px;
	padding: 3px;
	background-color: #006838;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 83px;
	text-align: center;
	float: right;
}
.purple-button {
	border: 1px solid #5B59B0;
	margin: 0px;
	padding: 3px;
	background-color: #454382;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 83px;
	text-align: center;
	float: right;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bolder;
	color: #F00;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
	letter-spacing: 0.3em;
}
.dish-name {
	color: #D30000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
}
.smallfont {
	color: #000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}