
h1, h2, h3 {
  font-family: "Times New Roman", arial, 'sans serif';
}

p, table, li, address {
  font-family: "Times New Roman", arial, 'sans serif';
  margin-left: 10pt;
}

p, li, th, td {
  font-size: 75%;
}

h1 {
  color: saddlebrown;
}

h2 {
  color: black;
  font-size: 150%;
}

h3 {
  color: black;
  font-size: 125%;
}

hr {
  color: saddlebrown;
}

a:link {
  color: saddlebrown;
}

a:visited {
  color: black;
}

a:active {
  color: red;
}

a:hover {
  color: red;
}

body {
  background-color: #EFE7D6;
}

$DOCUMENT {
}

