body {
  background-color: white;
  font-family: Helvetica;
}

td {
  font-family: Helvetica;
}

.imgname {
  font-family: Helvetica;
  font-size: small;
  text-align: center;
  color: white;
  width: 100px;
}

p a { 
  color: white;
}

.dirname {
  color: yellow; 
  font-weight: bold; 
  font-size: large; 
  font-family: helvetica, sans-serif; 
  font-style:italic;
}

.footnote {
  font-family: Helvetica;
  font-size: small;
}

.lindex {
  color: black;
}

@media print {
  .navbar {
    display: none;
  }
}

