a {
	text-decoration: none;
	color: #cc9933 /*~ link.color */;
}
a:visited {
	text-decoration: none;
	color: #CC9933 /*~ link-visited.color */;
}
a:hover, .upsell table td a:hover {
	text-decoration: underline;
	color: #cc9933 /*~ link-hover.color */;
}
