table#Products {
	border:1px dotted silver;
	border-bottom:0px;
	margin-top:10px;
}

table#Products td {
	border-bottom:1px dotted silver;
	vertical-align: top;
	padding:10px;
}

th {
	background-color: #664778;
	color: White;
	font-weight: bold;
	text-align: left;
}

div.Title {

	font-weight: bold;
	font-size:16px;
	margin-bottom:8px;
}

table#Products a:link {
	font-weight:bold;
}