html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: 333333;
	
}
#map {
	height: 60%;
	width: 85%;
}
a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	color: #3366FF;
	text-decoration: none;
}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: normal;
	color: #336633;
	text-decoration: none;
}
div {
  
  padding: 1px;
  margin: 1px;
}
div2 {
  position: absolute;
  bottom: 25px;
  right: 15px;
}
body {
  color: blue;
}