@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	text-align:center
}

#mainbox {
	background-color: #680000;
	margin-top: 0px;
	height: 100%;
	width: 480px;
}
#box2 {
	border: 2px solid #CCCCCC;
	width: 410px;
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: justify;
	background-color: #FFFFFF;
}

h1 {
	font-weight: 600;
	color: #7F95A3;
	font-size: 11px;
	letter-spacing: 1px;
}

h2 {
	font-weight: 600;
	color: #AE5F49;
	font-size: 11px;
	letter-spacing: 1px;
}

h3 {
	font-weight: 600;
	color: #745C64;
	font-size: 11px;
	letter-spacing: 1px;
}

h4 {
	font-weight: 600;
	color: #C4AE6F;
	font-size: 11px;
	letter-spacing: 1px;
}

h5 {
	font-weight: 600;
	color: #7F95A3;
	font-size: 11px;
	letter-spacing: 1px;
}.ingredients {
	font-weight: bolder;
	letter-spacing: 0px;
	text-indent: 0px;
	word-spacing: 1px;
	line-height: 250%;
}
.servings {
	font-weight: bolder;
}
p {
	color: #000000;
}
