@charset "UTF-8";
/* CSS Document */

#mapBox {
	border: 1px solid #000000;
	background-color: #000000;
	width: 860px;
	color: #CCCCCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mapBox a:link {
	color: #FF9900;
	text-decoration: underline;
}
#mapBox a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#mapBox a:hover {
	color: #FF6600;
	text-decoration: underline;
}
