	body { 
		background:#B6B399;
		padding-top:20px;
		font-family:tahoma;
		}
	node { 
		stroke-width: 1.5px;
		}
	.graph {
		margin:0 auto;
		width:900px;
		color:#ccc;
		border: 2px solid #666;
		border-radius:6px;
		fill: #000;
		}		
	line {
		stroke: #666;
		}
		
	.text {
		font-family: "Voltaire";
		width:900px;
		margin:0 auto;
		margin-top:-33px;
		padding-right:10px;
		font-size:14px;
		color:#666;
		font-weight:bold;
		text-align:right;
	}
	.text a {
		font-family: "Voltaire";
		color: #fff;
		font-size:16px;
		background:#333;
		padding:1px 8px;
		font-weight:normal;
		padding-bottom:4px;
		border-radius:3px;
		text-align:center;
		text-decoration:none;
		}
		
	.text a:hover {
		background:#666;
		}