
a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #C00;
	text-decoration:none;
}

a:active {
	color:#C00;
	text-decoration:none;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

html, body {
        height:100%; 
        margin: 0; 
        padding: 0; 
        			text-align: right;
}

body {
	font: normal 14px Verdana, helvetica, arial, sans-serif;
	background: #000;
	color: #FFF;
		float: right;
			text-align: right;
}


