

.cart_item
{
	font-size: 12px;
	font-family: arial;
	color: #0066FF;

}

.cart_item a
{
	color: #FF0000;
	
}

.cart_item a:visited
{
	color: #0066FF;
	
}

.cart_item a:hover
{
	color: #FF0000;
	text-decoration: none;
}