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

body {
	background: white;
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #37291C;
	margin-left: 50px;
	margin-right: 50px;
	}

p.menutitle {
	color: #37291C;
	font-size: 20px;
	text-align: center;
	text-decoration:underline;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	}

p.menuitem {
	color: #37291C;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	}

p.menutext {
	color: #37291C;
	font-size: 16px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	}

hr {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	}