table {
	text-align: center;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #ffc;/*rgb(255, 250, 250);*/
}
table th {
    text-align: center;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: rgb(140, 140, 255);
	color: white;
}
table td {
    text-align: center;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: rgb(255, 255, 204);
}
table tr.prices {
        font-weight: bold;
}

