/* file: node.css*/

a.node {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #070A85;
	background-color : transparent;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
}


a.node:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	background-color : #070A85;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
}

a.nodeselected {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	background-color : #070A85;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
}


a.nodePath {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	font-weight : normal;
	font-style : normal;
	text-decoration :underline;
}

