html, body {
  background-color: #4a4c4d;
  color: #d2cdc8;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  scrollbar-3dlight-color: #d2cdc9;
  scrollbar-highlight-color: #d2cdc9;
  scrollbar-track-color: #3b3c3d;
  scrollbar-shadow-color: #d2cdc9;
  scrollbar-face-color: #d2cdc9;
  scrollbar-arrow-color: #4a4c4d;
  scrollbar-darkShadow-color: #d2cdc9;
}

 /* -------------------- LINK STYLES -------------------- */

a:link {
	font-family: Tahoma, sans-serif, Arial;
	color: #d2cdc9;
	text-decoration: none;
}

a:visited {
	font-family: Tahoma, sans-serif, Arial;
	color: #d2cdc9;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma, sans-serif, Arial;
	color: #ffffff;
}

a:active {
	font-family: Tahoma, sans-serif, Arial;
	color: #d2cdc9;
	text-decoration: none;
}



/* ---------- standard paragraph text is used for item descriptions. ---------- */

 p {
	font-family: Tahoma, sans-serif, Arial;
	font-size: 11px;
	color: #d2cdc8;
	margin-top: 10px;
	margin-left: 10px;
}


/* ---------- h1 text is used for item names. ---------- */

 h1 {
	font-family: Tahoma, sans-serif, Arial;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: -2px;
}

/* ---------- h2 text is used for category names. ---------- */

 h2 {
	font-family: Tahoma, sans-serif, Arial;
	font-size: 17px;
	color: #00aeef;
	font-weight: bold;
	margin-bottom: -8px;
}

/* ---------- h3 text is used for sub-category names. ---------- */

 h3 {
	font-family: Tahoma, sans-serif, Arial;
	font-size: 14px;
	color: #cccccc;
	font-weight: bold;
	margin-bottom: -3px;
	display: inline;
}


/* ---------- h4 text is same as paragraph text, but bolded. ---------- */

 h4 {
	font-family: Tahoma, sans-serif, Arial;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	display: inline;
}

/* ---------- h5 is used for disclaimer text. ---------- */

 h5 {
	font-family: Tahoma, sans-serif, Arial;
	font-size: 10px;
	color: #cccccc;
	margin-top: 10px;
}

/* ---------- h6 is unadorned paragraph text for use in the sushi table. ---------- */

 h6 {
	font-family: Tahoma, sans-serif, Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	display: inline;
}

.highrise {
		color: #FF6666;
		font-size: 11px;
		text-align: center;
}

.address {
	font-size: 13px;
	text-align: center;
}

.nor {
	font-weight: normal;
}

.eventname {
	font-size: 16px;
	font-weight: bold;
	color: #66ccff;
}

.eventdate {
	color: #dadada;
}

.spacer {
	color: #4a4c4d;
}

.new {
	margin-bottom: -2px;
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 0px;
}

.nor {
	font-size: 11px;
	font-weight: normal;
}

.menudesc {
	color: #cccccc;
}

.menusubhdr {
	font-size: 14px;
	color: #66CCFF;
}

hr {
	border: none;
	background-color: #d2cdc8;
	color: #d2cdc8;
	height: 1px;
	width: 100%;
}




/* ---------- This is the div container for all the table elements. ---------- */

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 404px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#topmenu {
	position: relative;
	top: 4px;
	left: 2px;
	width: 404px;
	height: 70px;
	text-align: center;
}


