<!--
html, body {	
	background-color: #fff ;
	font-family:  "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	margin: 0 ;
	padding: 0 ;
}

a, p, td, li {	
	font-family:  "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

div.address {
	position: absolute ;
	top: 2% ;
	left: 15% ;
	width: 70% ;
	color: #4E5F79 ;
}

span.address-hdr {
	color: #ADB3BF ;
	font-size: x-large ;
}

span.price-hdr {
	font-weight: bolder ;
	font-size: medium ;
	line-height: 1.8em ;
	text-decoration: underline ;
}

span.address {
	font-size: x-large ;
}

p.address {
	text-align: center;
	font-size: small;
	font-weight: bolder ;
	/* line-height: 1.3em ; */
}
p.price {
	text-align: center;
	font-size: small;
}

p.address-ul {
	text-align: center;
	font-size: large ;
	font-weight: bolder ;
	line-height: 1em ;
	text-decoration: underline ;
}

div.menu {
	position: absolute ;
	top: 26% ;
	left: 15% ;
	width: 70% ;
	color: #4E5F79 ;
}

tr {
	text-align: center;
}

a {
	color: #000 ;
	text-decoration: none ;
}

td.header {
	font-weight: bolder ;
	font-size: medium ;
	line-height: 1.8em ;
	text-decoration: underline ;
}

td.comment {
	font-size: small;
	line-height: 1em ;
	color: #ADB3BF ;
	font-weight: bolder ;
}
td.item {
	font-size: small;
	line-height: 1em ;
}
td.itemb {
	font-size: small;
	line-height: 1em ;
	font-weight: bolder ;
	color: #000 ;
}
td.sides {
	font-size: small;
	line-height: 1em ;
	color: #000 ;
}
td.terms {
	font-size: small;
	line-height: 1em ;
	color: #000 ;
	font-weight: bolder ;
	text-align: left ;
}
td.price {
	font-size: small;
	line-height: 1em ;
	color: #ADB3BF ;
}
-->

