h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	color: #CC3300;


}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #663300;
	text-align: left;
	padding: 10px;

}
.menuhead {
	font-family: "Courier New", Courier, mono;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #CC3333;

}
.menustate {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #006600;

}
.menuitems {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.price {
	font-family: "Courier New", Courier, mono;
	color: #FF0000;

}
.items {
	width: 210px;
	float: left;
	height: 310px;
	padding: 5px;
}
.items a:hover {
	border: 2px solid #FF0000;
	background-color: #999999;
}


.event_flyers {
	width: 440px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
