
body {
  background: #CCCCCC url('foib.gif');
  color: #000000;
  font-family: serif;
}

:link {
  color: #0000CC;
  text-decoration: none;
}

:link:hover {
  color: #0000FF;
  text-decoration: underline;
}

:link:active {
  color: #FF0000;
  text-decoration: none;
}

:visited {
  color: #990066;
  text-decoration: none;
}

:visited:hover {
  color: #3333CC;
  text-decoration: underline;
}

:visited:active {
  color: #FF0000;
  text-decoration: none;
}

h1 {
  font-family: Arial, Helv, sans-serif;
  font-size: 200%
}

h3 {
  font-family: Arial, Helv, sans-serif;
  font-size: 120%
}

div.index {
  text-align: center;
}
