BODY {
	scrollbar-face-color: Gray;
	scrollbar-shadow-color: White;
	scrollbar-highlight-color: Silver;
	scrollbar-base-color: Black;
	scrollbar-arrow-color: Black;
	margin : 0px;
}
.photo {
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
.home {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : italic;
	color : #696969;
	text-decoration : none;
}
.small-text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #696969;
	text-decoration : none;
}
.text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}
.text-special {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : italic;
	color : Gray;
	text-decoration : none;
}
.text-state {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #EE0000;
	text-decoration : none;
}
.text-country {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #EE0000;
	text-decoration : none;
}
.place {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : #696969;
}
.state {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	font-style : italic;
	color : Gray;
}
.country {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #EE0000;
	text-decoration : none;
}
.map {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
	cursor : default;
}
.map:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #EE0000;
	text-decoration : none;
	cursor : default;
}

