a {
	color: #000000
}

a:hover {
	background-color: #3399cc;
	color: #ffffff
}

a:visited {
	color: #000000
}

.site_data {
	background-color: #ffffff;
	padding: 4px;
	border: 2px solid black;
}

.site_data table {
	font-family: sans-serif;
	font-size: 8pt;
}

.site_data th {
	color: #ffffff;
	background-color: #334ccc
}

#detail {
	border: 2px solid black;
	font-family: sans-serif;
	font-size: 8pt;
	z-index: 5;
	position: absolute;
	padding: 4px;
	left: 50px;
	top: 300px;
	background-color: #ffffff;
	color: #000000
}

#detail table {
	font-family: sans-serif;
	font-size: 8pt
}

#detail th {
	color: #ffffff;
	background-color: #334ccc;
}

#info table {
	font-family: sans-serif;
	font-size: 8pt
}

#user_info {
	position: absolute;
	top: 18px;
	left: 60px;
	padding: 4px;
	background-color: #ffffff;
	border: 2px solid #000000;
	font-family: sans-serif;
	font-size: 8pt
}

#search_form {
	font-family: sans-serif;
	font-size: 8pt
}

#search_form th {
	color: #ffffff;
	background-color: #334ccc;
}

#hint {
	font-size: 7pt;
	color: #334ccc
}

#map {
	width: 99%;
	height: 99%;
	border: 2px solid black
}

body {
	background-color: #334ccc
}

#intro {
	background-color: #ffffff;
	z-index: 7;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	border: 2px solid #000000;
	padding: 4px;
}

#intro table {
	font-family: sans-serif;
	font-size: 8pt;
	width: 100%;
}

#intro th {
	color: #ffffff;
	background-color: #334ccc;
}
	
#data_table {
	border: 1px solid #000000;
	padding: 2px;
}

#data_table td {
	padding: 2px;
}
