/**
body {
  background-image: url("../logo_cav.gif");
  background-attachment: scroll;
  background-position: 99% 01%;
  background-repeat: no-repeat;
}
*/

* {
  font-family: arial;
  font-size: 12px;
}
h1 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
h2 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
tt {
  font-family: monospace;
}
a {
  color: darkblue;
  text-decoration: underline;
}

