body {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

td {
  vertical-align: top;
}

/* Page Background Color */
.bodystyles { background-color: ffffff; }				


/* Description of Directory Contents */
.descfont { 
	font-color: #000000 
	}


/* Directory Listing Header - "Filename", "Size" */
.headerbg { background-color: #777; }
.headerfont {
	font-size: 10pt; 
	color: #eee;
	}


/* Directory Entries Within Listing */
.dirfont {
	font-size: 10pt;
	}


/* File Entries Within Listing */
.filefont {
	font-size: 10pt;
	}


/* Alternating Background Colors Within Listing*/
.lighterbg { background-color: eeeeee; }	/* lighter background color */
.darkerbg { background-color: ddddddd; }	/* darker background color */


/* Link Formatting */
a { text-decoration: none; }  				/* remove default underline from link */
a:link { color: #0000ff }  					/* color for unvisited links */
a:visited { color: #000099 } 				/* color for visited links */
a:active { color: #990000 } 				/* color when link is clicked */
a:hover {									/* when mouse is over link */
	color: #0000FF; 
	text-decoration: underline
	}
