﻿a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;

	}
a:hover {
  text-decoration: underline;
	
}

#menu a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 600;
	color: #F8F3E9;
}
/* Sets the style for visited links. */
#menu a:visited {
  text-decoration: none;
	color: #ffffff;
}
/* Sets the style for links on mouseover. */
#menu a:hover {
  text-decoration: underline;
	color: #fff;
}
#virtual a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: 600;
	color: #000;
}
/* Sets the style for visited links. */
#virtual a:visited {
  text-decoration: none;
	color: #000;
}
#virtual a:hover {
  text-decoration: underline;
	color: #000;
}
#attractions a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}
/* Sets the style for visited links. */
#attractions a:visited {
  text-decoration: none;
	color: #000;
}
#attractions a:hover {
  text-decoration: underline;
	color: #000;
}
.menuchosen {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 9pt;
}

