.style1 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
/* CSS Document */

.style2 {
	font-size: medium;
	color: #FF0000;
	font-weight: bold;
}
.style3 {
	font-size: medium;
	text-decoration: line-through;
}
#buy {
	line-height: 1.5em;
}

