h1 {
	margin:10px 0 0 0;
	padding:0;
	text-align: center;
	font-family: Verdana;
	font-size: 18pt;
}
h2 {
	margin:0;
	margin-top: 5px;
	margin-bottom: 30px;
	padding:0;
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
	width: 100px;
	text-decoration: underline;
}
h3 {
	margin:0;
	margin-top: 20px;
	padding:0;
	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
	
}
.coffee_table {
	font-family: Verdana;
	font-size: 10pt;
	/* width: 575px; */
	width: 750px;
	/* border-top: solid 1px black; */
	border-collapse:collapse;
}
.coffee_table td {
	border-bottom: solid 1px black;
	
}
.coffee_table input {
	width: 30px;
	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
}
.coffee_table button {
	font-family: Verdana;
	font-size: 7pt;
}
.price {
	color: white;
	font-weight: bold;
	display:block;
	margin-bottom: 5px;;
}
