body {
/*	vertical-align: top; */
	line-height: 18px;
	background-color: rgb(130, 150, 160);
	margin: 80px;
	margin-left: 100px;
	color: rgb(85, 90, 95);
}

tr:hover {
	color: rgb(50, 55, 60);
}

a {
	color: rgb(50, 55, 60);
	text-decoration: none;
}

a:hover {
	color: rgb(50, 55, 60);
}

a:visited {
	border: none;
	color: black;
}

tr, td, table, a {
//	border: 0px;
	padding: 0px;
	margin: 0px;
}

tr {
	height: 18px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
//	border: 0px;
	border-collapse: collapse;
}


td {
	vertical-align: top;
	padding-right: 11px;
}

td.name {
	width: 200px;
//	padding-left: 11px;
//	letter-spacing: 1px;
	padding-left: 11px;
	text-indent: -11px;
	color: black;
}

td.size {
	width: auto;
}

.mtime {
	text-align: right;
	white-space: pre;
}

td.size {
	margin-left: 18px;
}

blockquote {
	color: red;
	font-style: italic;
	font-weight: bold;
}