.normal {
  font-family: Arial,Helvetica,sans-serif;
  font-size: small;
  font-weight: normal;
  font-style: normal;
}
.background {
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center top;
  background-color: black;
}
.ombre-top {
  background-repeat: repeat-x;
  background-image: url(ombre-top.png);
  background-position: center top;
}
.ombre-left {
  background-repeat: repeat-y;
  opacity: 1;
  background-image: url(ombre-left.png);
  background-position: left center;
}
.ombre-corner {
  background-image: url(ombre-corner.png);
  background-repeat: no-repeat;
  background-position: left top;
  max-width: 18px;
  max-height: 18px;
}
.highlight {
  background-repeat: no-repeat;
  background-position:  center center;
  background-image: url(highlight.gif);
}
.red-line {
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(red-line.gif);
}
.ombre-bottom {
  background-repeat: no-repeat;
  background-image: url(bottom-left.png);
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:link {
}
a:visited {
}
