body, pre {
	font-family: CozetteVector;
	font-size: 13px;
	background: #000;
	color: #FFF;
}
h1 {
	font-size: 2em;
}
a {
	text-decoration: none;
	color: #FFF;
}
nav {
	margin: 10px;
}
nav a {
	margin-right: 20px;
}
nav a:hover{
	text-decoration: underline;
}

img[alt="[DIR]"]+a {
	color: blue; 
}

table {
	border-collapse: collapse;
	width: 100%;
}
thead,tbody {
	border-bottom: 2px ridge gray;
}
td {
	padding: 0 12px 0 0;
}
.nameCol {
	width: 500px;
}
.timeCol {
	width: 100px;
}
.sizeCol {
	width: 50px;
}
.descCol {
}
tr {
	border-bottom: 1px solid rgba(0,0,0,0);
}
tr:hover {
	border-bottom: 1px solid #FFF;
}

nav {
	width: 10%;
	position: sticky;
	left: 0;
	top: 0;
	height: 100%;
}
nav ul {
	list-style-type: none;
}

header, main {
	width: 80%;
	left: 10%;
}
