@charset "UTF-8";

div#screen { margin: 1em 20px; text-align: left; }
h1,p { font-family: Verdana, Arial, sans-serif; }
h1 {
	margin-bottom: 1em;
	color: #105d99;
	font-size: 185%;
}
h2 { font-weight: bold; }
div#map_canvas {
	width: 500px;
	height: 400px;
	border: 1px solid #666;
	margin-bottom: 1em;
}



p.returnArticle a {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	background-color: #105d99;
	color: #fff !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
p.returnArticle a:hover { background-color: #7eb3dc; color: #105d99; }

p.returnArticle { margin-bottom: 0; color: #fff; }
