body {
	color: black;
	font-family: arial;
}

A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: #302226;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: none; color: white;}

productTitle {
	color: #6666FF;
	font-size: 28;
	font-family: arial;
	font-weight: bold
}

productText {
	color: black;
	font-size: 14;
	font-family: arial;
	line-height: 1.4
}

table.menu {
	border-color: #347C17;
	background-color: #64E986;
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
}

table.item {
	border-color: #347C17;
	background-color: #99FF33;
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
}

th.item {
	border-color: #347C17;
	background-color: #99FF33;
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
}


