h1 { 
  color: #BE8B52; 
	
}

.counter {
  font-size: 12px;
  text-align: center;
}

.address {
  font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

.tablemenu {
  background-color: #BE8B52;
	text-align: center;
}

.tablemenuover {
  background-color: #BE8B52;
	color: white;
	font-weight: bold;
	text-align: center;
	cursor: hand;
}

.title {
  text-align: right;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
}

.name {
  font-size: 14px;
}

.phone {
  font-size: 14px;
}

.staddress {
  font-size: 14px;
}

.letterrow {
  background-color: #000000;
	color: white;
  font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.row1 {
  background-color: #D3D3D3;
}

.row2 {
  background-color: #FFFFFF;
}