html, body {
	height: 100%;
}

body {
	padding:0;
	margin:0;
}

.Map {
	border: 1px solid black;
}

.CustomHyperlink {
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
	color: darkblue;
}

.gwt-TextBox {
	font-family: Courier New, Courier, monospace;
	font-size: 13px;
}
