@charset "UTF-8";
/* CSS Document */

.food_name {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #661111;
	font-style: italic;
	font-weight:600;
}
.food_desc {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight:400;
	color: #30435e;
}

.food_price {
    font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight:900;
	color: #30435e;
	text-align:right;
}	

.tbody {
	cellpadding:"1";
    cellspacing:"0";
}

.menu_note {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight:400;
	color: #661111;
	font-style:italic;
}

.food_name_alt {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #661111;
	font-style: normal;
	font-weight:600;
}
