table {
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}

.price {
	line-height: 24px; 
}

.imgmove a:hover {
	position: relative; 
	left: 1px; 
	top: 1px; 
}