
A.menulink {
display: block;
width: 150px;
text-align: center;
text-valign: center;
text-decoration: none;
font-family:arial;
font-size:16px;
font-weight:bold;
color: #FFFFCC;
border: solid 1px #006633;
background-color:#339966;
}

A.menulink:hover {
border: solid 1px #006633;
background-color:#ff4646;
}

BODY { 
  background-image: url('images/tomatobg.gif');
  background-attachment: fixed;
  background-position: 275 200;
  background-repeat: no-repeat

}

.price {
	text-align: right;
	white-space: nowrap;
}

td.quantity {
	white-space: nowrap;
}

table#AutoNumber1 td,
table#AutoNumber2 td {
	padding: 10px 10px 10px 0;
}

tr {
	vertical-align: top;
}

strong em {
	color: red;
}
