



body {
/*  padding-top: 125px; */
  padding-top: 5px;
  padding-left: 2%;
  padding-right: 2%;
/*  background: white url(header.jpg) no-repeat; */
  text-align: left;
  font-family: Arial, Helvetica, sans-serif, Likhan, Mukti, Akaash;
}



h2 {
  text-align: center;
  color: rgb(127, 127, 127);
/*  background:rgb(227,227,227); */
}



h3.file, h3.dir {
  background:rgb(227,227,227);
  font-size: 80%;
}





div.links {
  width: 25%;
  float: right;
  text-align: center;
}


div.linkgroup {
/*  font-weight: bold;
  border-color: rgb(127,127,127); */
  border-style: none;

/*  background: rgb(227,227,227);
  padding: 1%;
  margin: 0%; */

}


div.content, div.indented {
  text-align: left;
  background: white;
  color: rgb(55,55,55);
  width: 70%;
}

a:link, a:visited {
  color: black;
  text-decoration: underline;
}


div.links a:link, div.links a:visited {
  color: rgb(27,27,27);
/*  font-weight: normal; */
  text-decoration: none;
  font-size: 90%;
}

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


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

div.indented a:hover {
  background: rgb(227,227,227);
  text-decoration: none;

/*  border-style: none groove none groove;
  border-color: red; */
}




div.links a.strong {
  color: rgb(45,45,0);
/*  font-weight: bold; */
}






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



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





