.mapPlacemark {
	color:#FFF;
	text-decoration:none;
	
}

.mapPlacemark:hover{
	color:#FFF;
	text-decoration:none;
	
}

.mapPlacemark:link{
	color:#FFF;
	text-decoration:none;
	
}
	
#map {
	width: 100%;
	height: 400px;
}

#mapPlacemarkList{
	border: 0px white solid;
	clear:both;
	margin-top:50px;
}
