a { color: #036; text-decoration: none; }
a:hover { color: #900; text-decoration: underline; }

body {
  font-family: Aral, Helvetica;
  color: #000000;
  alink: #000099;
  background: fond.gif;
  link: #000099;
  vlink: #990099; 
}

.italic {
  font-style: italic;
}
.center {
  text-align: center;
}
h1 {
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 150%;
  font-style: italic;
  font-weight: bold;
}
h2 {
  color: #ff0000;
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 100%;
}
ul.empty {
  list-style-type: none;
  padding-left: 10px;
  margin-left: 0;
}
.main {
  text-align:justify;
}
div.bigenum {
  color: #008000;
  font-weight: bold;
  font-style: italic;
}
div.indent {
  margin-left: 40px;
}
div.narrow {
  margin-left: 40px;
  margin-right: 40px;
}

