Body {
	background-color: #191000;
	color:white;
	font-size:x-large;
	font-family:monospace;
	text-transform: uppercase;
	margin:0em;
	padding:0.25em;
}

h1 {
	font-size:1em;
	margin:0em;
	padding: 0.5em 0em;
	color:white;
}

table {
	width:100%;
	padding:0em;
	margin:0em;
	table-layout: fixed;
	border-collapse:collapse;
}

tbody {
	background-color: #191000;
}

th, td {
	text-align: left;
	height: 2.5em;
	padding:0.25em;
	margin:0em;
	border: 2px solid #402900;
}

.indexcolicon {
	width:2.5em;
	text-align: center;
}

.indexcolicon img {
	/*	filter: sepia(1.0) saturate(6);*/
}

.indexcolname {}

.indexcollastmod {
	width: 12em;
}

.indexcolsize {
	width: 5em;
}

.indexbreakrow th {
	height: 0.5em;
}

hr {
	display:none;
}

tr:hover {
	background-color: #402900;
}

a {
	color: orange;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}