/* Generated by KompoZer */
a:link {
  color: blue;
  text-decoration: none;
}
a:visited {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: none;
}
body {
  background-image:url(bgr2.jpg);
  color: black;
  font-family: serif;
}
table {
  border: 2px outset white;
  margin: 5px;
  padding: 5px;
  background-image:url(bgr2.jpg);
  font-family: serif;
  color: black;
  text-align: center;
}
td {
  border: 2px outset white;
  margin: 2px;
  padding: 2px;
}

