.menu {
	font-family: Arial;
	font-size: 3.5mm;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
.menu:hover {
	text-decoration: none;
}
.text {
	font-family: Arial;
	font-size: 3.5mm;
	color: black;
	text-decoration: none;
	font-weight: none;
}
.Price {
	font-family: Arial;
	font-size: 3.5mm;
	color: Red;
	text-decoration: none;
	font-weight: bold;
}
.menutitle {
	font-family: Arial;
	font-size: 4mm;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.menusubtitle {
	font-family: Arial;
	font-size: 3.5mm;
	color: navy;
	text-decoration: none;
	font-weight: bold;
}
.menuotherlink {
	font-family: Arial;
	font-size: 3.5mm;
	color: navy;
	text-decoration: none;
	font-weight: bold;
}
.menuotherlink:hover {
	text-decoration: underline;
}
.menulink {
	font-family: Arial;
	font-size: 3.5mm;
	color: black;
	text-decoration: none;
	font-weight: none;
	background-color: #e5e5e5;
	width: 100%;
	height: 100%;
}
.menulink:hover {
	background-color: #c9c7c7;
}
.maintitle {
	font-family: Arial;
	font-size: 5mm;
	font-weight: bold;
	text-decoration: none;
	color: navy;
}
.ProductTitle {
	font-family: Arial;
	font-size: 5mm;
	font-weight: bold;
	text-decoration: none;
	color: navy;
}
.ProductCompany {
	font-family: Arial;
	font-size: 4mm;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
.link {
	font-family: Arial;
	font-size: 3.5mm;
	font-weight: bold;
	text-decoration: none;
	color: navy;
}
.link:hover {
	text-decoration: underline;
}
.ProductUnderline {
	width: 350px;
	height: 1px;
	border: solid 1px #ff9900;
}
