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

