/* Generated by KompoZer */

a:link {
  color: darkblue;
  text-decoration:none;
}
a:visited {
  color: darkblue;;
  text-decoration:none;
}
a:hover {
  color: red;
}
h4 {
  color: black;;
  font-weight: bolder;
  text-decoration: underline;
}
h1 {
  color: black;;
  font-weight: bolder;
  font-style: normal;
}


body {
  background-image:url(font_bw.jpg);
  color: black;
  font-family: serif;
  color:black;
}
table {
  border: 2px outset white;
  margin: 5px;
  padding: 5px;
  background-image:url(font_bw.jpg);
  font-family: serif;
  color: black;
  text-align: center;
}
td {
  border: 2px outset white;
  margin: 2px;
  padding: 2px;
  color:black;
}


h2 {
  color: black;;
  font-style: italic;
  font-weight: bolder;
}
img {
  border-width: medium;
}
