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

body
{
	background-color:#FFCC67;
	font-family:Arial, Helvetica, sans-serif;
}

td
{
	text-align:left;
	vertical-align:top;
}

.MenuHeader
{
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

.MenuItem
{
	font-size:14px;
	font-weight:bold;
}
.Review
{
	font-size:16px;
	font-weight:bold;

}
.MapImage
{
	border-color:#000000;
	border: 2px;
	padding:10px;
}
.Menulink,a.Menulink:link,a.Menulink:active,a.Menulink:visited
{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color: #000000;

}
a.Menulink:hover
{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color: #000000;

}
