/* CSS Document */
#specials {
	text-align: center;
}
#specials h1 {
	color: #F8F4B5;
	font-size: 24px;
	margin: 0 0 15px 0;
}
#specials h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
}
#specials h2 span {
	color: #F8F4B5;
	font-size: 16px;
	font-weight: bold;
}
#specials h3 {
	color: #F8F4B5;
	font-size: 17px;
	margin: 0 0 10px 0;
}
#specials p {
	font-size: 15px;
	padding: 0;
	text-decoration: underline;
}
#specials ul {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 80px;
	text-align: left;
}
