body{
	background-color : white;
	text-align:left;
	font-family: Arial,Helvetica,sans-serif;
	color: #666;
	margin: 0;
}

div{
      text-align:left;
}

ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #f2f2f2;
  position: fixed;
  top: 0;
  width: 100%;
  font-weight: bold;
}

li {
  font-size: 24px;
}

li a {
  display: block;
  color: #666;
  padding: 14px 16px;
  text-decoration: none;
}

.english-name {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.chinese-name {
  font-size: 14px;
  text-align: center;
}

.items {
  margin: 20px auto;
  max-width: 95%;
}

.category {
  margin: 20px auto;
  max-width: 95%;
  text-align: center;
}
.item {
  border-bottom: 2px solid #cccccc;
  margin: 10px auto;
  width: 400px;
  
} 
.item-price {
  float:right;
}
.menu {
  margin-top: 70px;
}

#notice {
  color: red;
  font-weight: bold;
  text-align: center;
  margin: 20px;
}