body {
	background-color: #fff;
	font-family: arial;
	font-size: 12px;
	color: #333;
	
	line-height: 1.5;
}
div#content {
	width: 795px;
	margin: auto;
	text-align: justify;
}
div#map-element {
	width: 795px;
	height: 300px;
	margin: auto;
	
	border: 1px solid #444;
}
a {
	color: #000;
}
a:hover {
	color: #ff0000;
}
