BODY  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
	font-weight : normal;
	background-color : #FFFFFF;
}

TD  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
	font-weight : normal;
}

.itemTitleFont {
	color : green;
	font-weight : bold;
	font-size : 10pt;
}

.ourPrice {
	color : red;
}

.tableBackground {
	background-color : #583316;
	border : thin solid black;
}

.titleFont {
	color : #FFFFFF;
	font-weight : bold;
	font-size : 12pt;
}

.titleCart {
	color : green;
	font-weight : bold;
}

.cartActions {
	font-size : 8pt;
}

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.menu {
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.menu a:link {
	text-decoration: none;
	color: #000000;
}

.menu a:hover {
	text-decoration: underline;
	color: #000000;
}

.menu a:visited {
	text-decoration: none;
	color: #000000;
}