html, body {
	width:100%;
	height:100%;
	text-align:center;
	overflow: auto;
	font-size:9px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;padding:0;
}

#infovis {
	position:relative;
	width: 900px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#infobox {
	width: 100%;
	margin-top: 10px;
	font-family: Palatino, Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.3em;
}

#infobox h2 {
	text-align: center;
}

a, a:link, a:visited {
	color:#343439;
}

.node {
	background-color:transparent;
	font-weight:bold;
	overflow:hidden;
	text-decoration:none;
	position:absolute;
	text-align:center;
	padding:4px 1px 1px 1px;
}

.node:hover {
	/*color:#393434;*/
}

.node:focus {
	outline: none;
	border: none;
}

.node img {
	border: none;
}

.hidden{
	display:none;
}
