BODY {
	margin: 0px;
	background: #000000;
}

/* CORRECT ORDER IS LINK VISITED HOVER ACTIVE */
/* THIS GROUP SETS THE TOP NAVIGATION LINK COLORS */
a.topnav:link { font-family : Arial, Helvetica, sans-serif; font-size : 12pt; font-weight : bold; color : #FFFFFF; text-decoration : none; }
a.topnav:visited { font-family : Arial, Helvetica, sans-serif; font-size : 12pt; font-weight : bold; color : #FFFFFF; text-decoration : none; }
a.topnav:hover{ font-family : Arial, Helvetica, sans-serif; font-size : 12pt; font-weight : bold; color : #FFFFFF; text-decoration : underline; }
a.topnav:active { font-family : Arial, Helvetica, sans-serif; font-size : 12pt; font-weight : bold; color : #FFFFFF; text-decoration : none; }
.topnavsep { font-family : Arial, Helvetica, sans-serif; font-size : 8pt; font-weight : normal; color : #FFFFFF; text-decoration : none; }

/* THIS GROUP SETS THE BOTTOM NAVIGATION LINK COLORS */
a.botnav:link { font-family : Arial, Helvetica, sans-serif; font-size : 10pt; font-weight : bold; color : #00BFFF; text-decoration : none; }
a.botnav:visited { font-family : Arial, Helvetica, sans-serif; font-size : 10pt; font-weight : bold; color : #00BFFF; text-decoration : none; }
a.botnav:hover{ font-family : Arial, Helvetica, sans-serif; font-size : 10pt; font-weight : bold; color : #00BFFF; text-decoration : underline; }
a.botnav:active { font-family : Arial, Helvetica, sans-serif; font-size : 10pt; font-weight : bold; color : #00BFFF; text-decoration : none; }
.botnavsep { font-family : Arial, Helvetica, sans-serif; font-size : 9pt; font-weight : normal; color : #FFFFFF; text-decoration : none; }

/* THIS GROUP SETS THE WBM LINK COLOR */
a.wbm:link { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 8pt; font-weight : normal; color : #00BFFF; text-decoration : none; }
a.wbm:visited { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 8pt; font-weight : normal; color : #00BFFF; text-decoration : none; }
a.wbm:hover { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 8pt; font-weight : normal; color : #00BFFF; text-decoration : underline; }
a.wbm:active { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 8pt; font-weight : normal; color : #00BFFF; text-decoration : none; }

/* THIS GROUP SETS ALL OTHER LINK COLORS */
a:link { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 10pt; font-weight : normal; color : #00BFFF; text-decoration : none; }
a:visited { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 10pt; font-weight : normal; color : #00BFFF; text-decoration : none; }
a:hover { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 10pt; font-weight : normal; color : #00BFFF; text-decoration : underline; }
a:active { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 10pt; font-weight : normal; color : #00BFFF; text-decoration : none; }

.maintext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #FFE4C4;
   	font-weight : bold;
}

#trivia {
	float: right;
	background-color: #000;
        text-align: center;
	border: 4px solid #ffffff;
	width: 350px;
	margin: 5px 5px 0px 10px;
	padding-bottom: 10px;
}

#trivia h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0;
        padding-top: 2px;
	color: #ffffff;
	font-size: 1.2em;
	background-color: #A52A2A;
	text-align: center;
}

.large {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color : #DEB887;
   	font-weight : bold;
}

.directions {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #000000;
   	font-weight : bold;
}

.address {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
   	font-weight : bold;
   	color : #999999;
}

.caption {
	font-size: smaller;
	color: #808080;
	text-align: left;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
   	color : #FFFFFF;
}

.highlight {
	background-color : Yellow;
}

.wbmcredit {
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
   	color : #FFFFFF;
	text-decoration : none;
}

.wbmcreditblue {
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
   	color : #0000FF;
	text-decoration : none;
}

/* MENU GROUP */
.ITEM {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	color : #FFE4C4;
   	font-weight : bold;
}

.description {
	font-family : Times New Roman, Arial, Helvetica, sans-serif; 
	font-size : 10pt;
	font-style : italic;
}