body {
	font-size: 1em;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

a:link {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: black;
}

.smaller {
	font-size: .6em;
}

#clickInfo {
	bottom: 45px;
	position: absolute;
}

#overlay {
	padding-left: 24px;
	padding-top: 12px;
//	display: none;
	position: fixed;
	_position: absolute;
	left: 10%;
	top: 10%;
	_top: expression(eval(document.body.scrollTop));
	height: 80%;
	width: 80%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: white;
}

#overlayActivator {
	position: fixed;
	_position: absolute;
	left: 10%;
	top: 10%;
	_top: expression(eval(document.body.scrollTop));
	height: 80%;
	width: 80%;
}
