a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	background-color: #990033;
	color: #FFFFFF;
}

td {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 16px;
}

.title {
	font-size: 13px;
	font-weight: bolder;
	color: #333333;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.root {
	color: #666666;
	background-color: #CCCCCC;
}

.directory {
	color: #000000;
	background-color: #CCCCCC;
	font-weight: bold;
}
