@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: 0b0700;
	background-color: #FEB533;
	border: thin none #754B04;
}
.txtTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: 0b0700;
	text-transform: uppercase;
	text-align: center;
}
.WelcomeTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.txtMenu {
	font-weight: bold;
	font-size: 16px;
}
.txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0B0700;
	font-weight: normal;
}
.priceMenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0B0700;
}
.border {
	border: thin solid #754B04;
}
