/*-----------------------------------------
Directory browsing styles 
------------------------------------------*/ 
body {
  border-left: .5em;
  color:black; background: white;
  margin: 0em;
  padding:0em;
  font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

pre {
    padding: 1em;
	font-family:"Courier New", Courier, monospace;
	font-size:95%;
	line-height:1.0;
}




