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

a:link {
	color: #CB8E12;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #CB8E12;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #F0BE55;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #D6972D;
	font-weight: bold;
}

.food {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.footer {
	padding-top: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}

