
td.indexcolname {
	padding-right: 14pt;
}

th.indexcollastmod {
	width: 115pt;
}

th.indexcolsize {
	width: 50pt;
}

body {
    background-color: #333;
    color: #fff;
}
a {
    color: #ffaa00; /* Default link color */
    text-decoration: none;
}

a:hover {
    color: #ffff00; /* Color when hovered */
    text-decoration: underline;
}

a:visited {
    color: #ffaa00; /* Color for visited links */
}

a:active {
    color: #ffffff; /* Color when the link is clicked */
}

