body {
 margin: 10px;
 background: white url("images/watermark.gif") fixed no-repeat top left;
 font: normal 14pt "Arial", san-serif;
 color: black;
}
td {
  font: normal 14pt "Arial", san-serif;
  color: black;
}
a {
  color: navy;
  text-decoration: none;
}
a:hover {
  color: blue;
}
a:visited {
  color: navy;
}
h1 {
  font: "Arial", san-serif;
}
h2 {
  font: "Arial", san-serif;
}
p {
  font: 14pt "Arial", san-serif;
}
dt {
  font: 14pt "Arial", san-serif;
}
dd {
  font: 14pt "Arial", san-serif;
}