@charset "UTF-8";
.content {
	font-family: "Arial";
	font-size: 14px;
	color: #facdac;
}
.price {
	font-family: "Arial";
	font-size: 24px;
	font-weight:bold;
	color: #facdac;
}
.footer {
	font-family: "trebuchet ms";
	font-size: 11px;
	color: #e5b38e;
}
a.footerLink:link {
	font-family: "trebuchet ms";
	font-size: 11px;
	color: #e5b38e;
	text-decoration:none;
}
a.footerLink:visited {
	font-family: "trebuchet ms";
	font-size: 11px;
	color: #e5b38e;
	text-decoration:none;
}
a.footerLink:hover {
	font-family: "trebuchet ms";
	font-size: 11px;
	color: #e5b38e;
	text-decoration:underline;
}
.productTitle {
	font-family: "Arial";
	font-size: 18px;
	font-weight:bold;
	color: #bf582d;
}
.productTitleSmall {
	font-family: "Arial";
	font-size: 14px;
	font-weight:bold;
	color: #bf582d;
}
a:link{
	color:#FF9900;
}
a:visited{
	color:#facdac;
}


