.text {
	font-size: 3.5mm;
	color: navy;
	font-family: Arial;
}
.title {
	font-family: Arial;
	font-size: 5.5mm;
	color: navy;
	text-decoration: none;
	font-weight: bold;
}
.link {
	font-size: 4mm;
	color: navy;
	font-family: David;
	text-decoration: none;
}
.link:hover {
	font-weight: bold;
}
.link2 {
	font-size: 4mm;
	color: navy;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
.link2:hover {
	text-decoration: underline;
}
.link3 {
	font-size: 3mm;
	color: navy;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
.link3:hover {
	text-decoration: underline;
}
.product_title {
	font-family: Arial;
	color: #ffffff;
	font-size: 6mm;
}
.product_subtitle {
	font-family: Arial;
	color: #ffffff;
	font-size: 4.5mm;
}
.product_info {
	font-family: Arial;
	color: #000000;
	font-size: 3.8mm;
}
.button {
	font-family: Arial;
	color: #000000;
	font-size: 3mm;
	font-weight: bold;
	text-decoration: none;
	width: 135px;
	height: 18px;
	border: 1px outset;
	cursor: hand;
	background-color: #10bbff;
	margin: 1px;
	align: center;
	vertical-align: middle;
}
.shop {
	font-family: Arial;
	font-size: 3mm;
	color: #000000;
}
.shopgrey {
	font-family: Arial;
	font-size: 3mm;
	color: #767676;
}