html,body {
  height: 100%;
  width: 100%;
  margin: 0; padding: 0;
  overflow: hidden;
}
 
 
#map {
  height: 100%;
  width: 100%;
  padding: 0; margin: 0;
}

#content {
  font-size: 1em;
}
 
p {
	font-weight: normal;
	color: #3e5469;
	font-family: 'Noto Sans', sans-serif;	
	font-size: 13px;
	line-height:140%;
}

a:link{ 
	text-decoration: none;
	color: #008ad9;
}

a:visited {
	color: #008ad9;
	text-decoration:none;
}

a:hover {
	color: #364e64;
	text-decoration: underline;
}