.oldprice {
	font-size: small;
	color: #FF0000;
	text-decoration: line-through;
}
.newprice {
	font-size: large;
	color: #000066;
	font-weight: bold;
}
