@charset "UTF-8";

/* BAR & GRILL */

.grillbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #DFE1D4;
	text-decoration: none;
	line-height: 1.2em;
}

.grillbody  a {
	color: #DFE1D4;
	text-decoration: none;
}

.grillbody  a:hover {
	color: #DFE1D4;
	text-decoration: none;

}

/* MARINA */

.marinabody {
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 0.7em;
	color: #D2DDD7;
	text-decoration: none;
	line-height: 1.2em;
}

.marinabody  a {
	color: #D2DDD7;
	font-weight: bold;
	text-decoration: none;
}

.marinabody  a:hover {
	color: #DFE1D4;
	font-weight: bold;
	text-decoration: none;

}

/* GENERAL */

.body {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.6em;
	color: #999;
	text-decoration: none;
	line-height: 1.2em;
}

