h1 {
	text-align: center;
	color: maroon;
	font-family: "Lucida Sans Unicode", "Comic Sans MS", sans-serif;
}
body {
	background-color: rgb(250, 240, 230);
}
table {
	cellspacing: 5px
	padding: 1px;
	border: 1px solid;
}
th {
	font-family: "Lucida Sans Unicode", "Comic Sans MS", sans-serif;
	color: rgb(0, 0, 139);
}
.ingredients {
	color: rgb(0,0,139);
	background-color: rgb(250,240,230);
}
tr {
	background-color: rgb(250, 240, 230);
	color: rgb(0, 0, 139);
	border: thin solid;
}
