body{
	background-color:#fff;
}
.mapdiv{
	width:100%;
	margin:auto;
}
.mapdiv path {
	fill: #FFB366;
	stroke: #A02938;
	stroke-width:1px;
	transition: fill 0.3s;
	link:hover {
        cursor: default;
      }
}