body.phpdi {
	background-color: white;
	color: black;
    	text-align: left
}
h2.phpdi {
	border-bottom: 1px solid #eee;
	color: #666; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	width: 45%;
}

li.phpdi-file {	 
	list-style-image: url(images/files.png);
	list-style-repeat: no-repeat; 
	
}

li.phpdi-dir { 
	list-style-image: url(images/dir.png);
	list-style-repeat: no-repeat; 
	
}

a { 
	color: #73B931; vertical-align: top;	
}

a:hover, a:visited {
	color: #FFCC66
}