a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
}
a:active {
	text-decoration: line-through;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333399;
}
.attractionshead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
}
.bulletlist {
	list-style-position: outside;
	list-style-image: url(/bullet_logo.gif);
}
