.menuleft {
	color : White;
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration:none;
}
.menuleft:hover {
	color : silver;
	text-decoration:underline;
}
.menutop {
	color : White;
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration:none;
}
.menutop:hover {
	color : orange;
	text-decoration:underline;
}
<!-- shopping cart -->
td.items {
	color:white;
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	background-color:brown;
}
td.ttl {
	background-color : Maroon;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
