.menu_header{
  font-weight: bold;
	font-size: 11pt;
	text-align: center;
	color: #FF0000;
}

.menu_header2{
  font-weight: bold;
	font-size: 12pt;
	text-align: center;
	color: #FF0000;
}

.menu_dishname{
  font-weight: bold;
	font-size: 10pt;
}

.price{
  font-weight: bold;
	font-style: italic;
}

.options{
  font-style: italic;
	text-align: center;
}

.sub_category{
  font-size: 10pt;
	font-weight: bold;
  text-align: center;
}

.center{
  text-align: center;
}

.center_bold{
  text-align: center;
	font-weight: bold;
}

.sub_header{
  text-align: center;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}