 /**
 * VFM - veno file manager SKIN
 	- skin: blank.css
 	- author: @NicolaFranchini
 	- author URI: http://www.veno.it/
 	- version: 1.0
 */
a{
	color: #8b8986;
}
a:hover, a:active, a:focus{
	color: #cad0ba;
	text-decoration: none;
}
.icon a{
	color: #98978f;
}
.icon a:hover{
	color: #cbd0c5;
}
.del a{
	color:#820104;
}
.del a:hover{
	color:#ff3513;
}