P {
  text-indent: 6pt;
}
a:visited {
 color: "blue";
}

a:link {
  color: "blue";
}
a:hover {
  color: white;
  background-color: navy;
  text-decoration: none;
}

a:active {
  color: "blue";
}

H1 {
  color: navy;
}

H2 {
  color: navy;
}

H3 {
  color: navy;
}

H4 {
  color: navy;
}

.nav {
  font-family: sans-serif;
}

ADDRESS {
  font-family: sans-serif, Arial;
  font-size: 10pt;
  font-style: normal;
}

BODY {
  margin-top: 1pt;
  margin-right: 1pt;
  margin-left: 1pt;
  margin-bottom: 1pt;
  color: black;
}

$DOCUMENT {
  background-image: url(paper_white.jpg);
}

