body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #3932FF;
}
.index_header{
	color: #990000;
	font-weight: bold;
	font-style: italic;
}
.topic_header {
	color: #3333CC;
	font-weight: bold;
	font-style: italic;
}
.normal_text{
	font-size: 14px;
}
.attraction_text {
	font-size: 14px;
}
.attraction_text:first-letter {
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	letter-spacing:-1px;
}
.attraction_address {
	font-size: 12px;
	font-weight: bold;
}
.footer_links {
	font-size: 13px;
	font-weight: bold;
}
a.links{
	font-weight: 700;
	color: #F29900;
	text-decoration: none;
}
a.links:visited{
	font-weight: 550;
	color: #F29900;
	text-decoration: none;
}
a.links:hover{
	font-weight: bold;
	color: #3168CF;
	text-decoration: underline;
}
