table.wine {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}
table.wine td {
	border: 0px solid;
}
	
col.year {
	text-align: center;
	width: 50px;
}
col.name {
	text-align: left;
	width:*;
}
col.price1, col.price3 {
	text-align: right;
	width: 50px;
}
col.price2 {
	text-align: right;
	width: 60px;
}
th {
	height: 50px;
	font-style: bold;
}
