

body {
  background: white;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif, Likhan, Mukti, Akaash;
}



h2 {
padding-right: 3em;
color:white;
background:rgb(150,150,20);
text-align: right;
}



h3.file, h3.dir {
  background: lightgrey;
  font-size: 60%;
}





div.links {
  width: 25%;
  float: left;
  background: rgb(55,55,0);

  margin-left: .5em;
  margin-top: .5em;

  padding-right: .5em;
  padding-bottom: .5em;
}


div.linkgroup {
  text-align: right;
  border-color: black;
  padding: 5%;

  background:rgb(150,150,20);
  margin-left: -.5em;
  margin-top: -.5em;
  margin-bottom: 0%;
}


div.content, div.indented {
  text-align: left;
  background: white;
  color: rgb(55,55,0);
  padding-left: 30%;
  padding-right: 2%;
}


div.links a:link, div.links a:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

div.links a:hover {
  color: black;
  font-weight: bold;
  text-decoration: none;
  border-style: groove none groove none;
  border-color: red;
}




div.indented a:link, div.indented a:visited {
  color: rgb(55,55,0);
  font-weight: bold;
  text-decoration: none;
}

div.indented a:hover {
  color: black;
  text-decoration: none;
  border-style: groove none groove none;
  border-color: red;
}



table.dir, table.file {
  width: 95%;
}



div.timestamp {
  font-size: 90%;
  font-style: italic;
  text-align: right;
  padding-right: 2em;
  color: yellow;
  background: rgb(150,150,20);;
}





