.body {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
.itemname {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-transform: uppercase;
	line-height: 20px;
}
.item {
	font-family: "Century Gothic";
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}

A {
  color: #666666;
  text-decoration: underline;
 }

A:hover {
  color: #000000;
  text-decoration: underline;
}