
html,body {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

p {
	font-size: 0.8em;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

a:link, a:visited {
	color: #5ca5ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffcc66;
	text-decoration: none;
}

.noborder {
	border-style: none;
}

div.sidebar {
	float: left;
	width: 240px;
	margin: 0.5em;
}

#map {
	border: 1px solid black;
	position: absolute;
	top: 0.5em;
	bottom: 0.5em;
	left: 16em;
	right: 0.5em;
}

#permalink {
	z-index: 10000;
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: smaller;
}

.iewarn {
	color: red;
	font-weight: bold;
}

