h1 {
	color: #000;
}

table.productlist {
	border: 1px;
	border-color: red;
	border-collapse: collapse;

	margin: 0px auto 0px auto;
}

td.productheader1, td.productheader2, td.productheader3 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background-color: #333;
}
td.productheader2 {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

td.product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCC;
	border: 1px solid #333;
	padding: 2px;
	text-align: center;
}
