html, body {
	width:100%;
	height:100%;
	text-align:center;
	font-size:10px;
	line-height: 12px;
	font-family:Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}

#infovis {
width:740px;
height:412px;
align:center;

}

.node {
border: 1px dotted #FFFFFF;
background-color: #FFCCCC;
color:#000000;
cursor:pointer;
padding:2px;
}

.hidden {
display:none;
}

div.dlink {
color:#000000;
text-decoration: none;
line-height: 22px;
padding:4px;
font-weight: bold;
 -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
  padding: 5px 10px;

}


div.dlink a {
color:#FFCCCC;
border: 1px dotted #FFFFFF;
background-color: #000000;
text-decoration: none;
line-height: 22px;
padding:4px;
font-weight: bold;

}


div.dlink a:hover {
color:#FFFFFF;
border: 1px dotted #FFCCCC;
background-color: #000000;
text-decoration: none;
line-height: 22px;
padding:4px;
}

div.marginbottom a:link {
	text-decoration: none;
	color: #000;
	padding:4px;
	background-color: #ffcccc;
	border: 1px dotted #FFFFFF;
}

div.marginbottom a:hover {
	text-decoration: none;
	color: #ffcccc;
	padding:4px;
	background-color: #000000;
	border: 1px dotted #FFFFFF;
}



