body {font-family: Arial, Helvetica, Verdana, sans-serif; margin:0; padding:0; background-color:#000; color:#fff;}

.shopTitle
{
  font-size: xx-large;
  font-weight: bold;
}
.footerNote
{
  font-size:x-small;
  text-align: center;
  margin-top: 5px;
}
.productTypeHeader
{
	color:#fff;
	font-size: x-large;
	font-weight: bold;
	text-decoration:underline;
}
.productTypeDesc
{
	font-size:small;	
}

.TdMenuTopping
{
  font-size: normal;
  font-weight: normal;    
}
.tdProductName
{
  width: 80%;
  text-align: left;
  font-size: normal;
  font-weight: bold; 
}
.tdProductPrice
{
  width: 20%;
  text-align: right;
  font-size: small;
  font-weight: bold; 
}

