body {
	background-color: #660000;


}
p {
	font-family: "Apple Garamond", Garamond, Georgia, "Times New Roman", "Times Roman", serif;
	font-size: 16px;
	color: #FFFF66;
	text-align: left;

}
.logo-text {
	font-family: "Apple Garamond", Garamond, Georgia, "Times New Roman", "Times Roman", serif;
	font-size: 17px;
	font-weight: bolder;
	color: #660000;
	text-align: center;
}
h1 {
	font-family: "Apple Garamond", Garamond, Georgia, "Times New Roman", "Times Roman", serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;

}
.paragraph-center {
	text-align: center;
}
h2 {

	font-family: "Apple Garamond", Garamond, Georgia, "Times New Roman", "Times Roman", serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFF66;
	text-align: left;
}
.homepage-link {

	color: #660000;
}
a:link {
	color: #FFFF66;
}
.midnight-link {
	font-family: "Apple Garamond", Garamond, Georgia, "Times New Roman", "Times Roman", serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFF66;
	text-align: center;
}
a:visited {
	color: #FFCC00;
}
.menu {
	background-color: #669900;
	border-top: thick groove #000000;
	border-right: thick groove #330000;
	border-bottom: thick groove #330000;
	border-left: thick groove #000000;
	background-image: url(images/diningroom/tree_bg.jpg);

}
.menu-text {
	color: #FFFF00;
	text-align: center;
}
.menu-heading {
	color: #660000;
}
img {
	border-top-color: #FFFF00;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FFFF00;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
.no-border {
	border: none;
}
