



body {
  padding-top: 125px;
  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: 60%;
}





div.links {
  width: 25%;
  float: left;

  text-align: center;

/*  
  position: fixed; 
*/

}


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);
  padding-left: 30%;
  padding-right: 2%;
}

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: groove none groove none;
  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 {
  color: black;
  text-decoration: none;
  border-style: groove none groove none;
  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);
}





