h1.product-name {
	font-size: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid black;
}

.separator {
	border-bottom: 1px solid black;
	margin-bottom: 35px;
}

#moccamaster-footer {
	background-color: black;
	color: white;
}

#moccamaster-footer h3 {
	color: white;
	margin-bottom: 15px;
}

#moccamaster-footer a {
	color: white;
}

#moccamaster-footer p {
	font-size: 93%;
	margin-bottom: 5px;
}