body { 
    background-color: black; 
    font-family: Trebuchet MS, Arial, Verdana; 
    font-size: 10pt; 
    color: #ddd;
}

h1 {
    font-size: 16pt; 
    font-weight: bold; 
    color: orange;
}

h2 {
    font-size: 13pt; 
    font-weight: bold; 
    color: yellow;
}

hr { 
	border:0; 
	color: orange; 
	background-color: orange;  
	height: 1px;
}

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

a.light {
    color:#ddd;
}
a:hover { 
    color: #fb0;
    text-decoration: underline; 
}

td { 
    font-family: Trebuchet MS, Arial, Verdana; 
    font-size: 10pt; 
    color: #eee; 
}

pre {
    font-family: courier;
    font-size: 9pt;
    color: #aaa;
}

li {
    color: #ccc; 
}

/* directory listing styles */
th.n { color: white; text-align: left;}
th.m { color: white; text-align: left;}
th.s { color: white; text-align: left;}
th.t { color: white; text-align: left;}

td.n { font-family: monospace, Courier; padding-right: 20px;}
td.m { font-family: monospace, Courier; padding-right: 20px;}
td.s { font-family: monospace, Courier; padding-right: 20px;} 
td.t { font-family: monospace, Courier; padding-right: 20px;}

div.foot { padding-top: 20px; color: white; font-size: x-small; }

