body {
  background-color: white;
  color: black;
  font-family: sans-serif;
  font-size: small;
}

img.norm {
  border-style: none;
}

PRE.cvsid {
  font-size: x-small;
}

PRE {
  font-size: medium
}

TD {
  font-family: sans-serif;
  font-size: small;
}

TH {
  font-family: sans-serif;
  font-size: small;
}

SPAN.filename {
  font-family: monospace;
  font-size: medium
}

/********************************************************************
 * Links
 ********************************************************************/

A:link {
  color: green;
  background-color: white;
  text-decoration: underline;
}
A:visited {
  color: navy;
  background-color: white;
  text-decoration: underline;
}

A:hover {
  color: red;
  background-color: white;
  text-decoration: underline;
}
