h2 {
	font-size: x-small;
	color: #003366;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	margin-top: 2px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;

}
li {
	font-size: x-small;
	list-style-type: none;
	margin-left: 15px;
}
h1 {
	font-size: small;
	color: #333366;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;

}
#specialDeal {
	background-color: #f2f2f2;
	margin: 5px;
	border: 2px solid #E8E8E8;
	padding: 5px;
}
