body {
	background-color: #000;
	color: #ccc;
}
a:link {
	text-decoration: none;
 	color: #fff;
}

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

a:hover {
	text-decoration: none;
	color: #f92;
}
.current {
	font-weight: bold;
	color:#000;
	background-color: #aee1e1;
}
.cthumb {
	background: none;
	border: 1px solid #c30;
	
}
.thumb {
	background: none;
	border: 1px solid #5a0f00;
}
.infotable {
	border: 0px solid #5a0f00;
}
.infotable td {
	border: 0px solid #5a0f00;
}
.title a:hover {
	text-decoration: none;
	color: #c30;
}
.dirname {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}

.comment {
	color: #ccc;
}

.smalltxt {
	color: #ccc;
}

.xsmalltxt {
	color: #ccc;
}

.newlabel {
	color: #fff;
	background-color: #c30;
}


