
BODY {
  color: black;
  background-color: white;
  border-top: 0px;
  font-family: "Tahoma", "Arial", "Times New Roman";
  font-size: medium;
  text-indent: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  text-align: left;
  border-right: 0px none;
  border-bottom: 0px;
  border-left: 0px;
}

H1 {
  color: black
  font-weight: bold;
  font-size: large;
  border-top: 0px;
  margin-top: 5px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 5px;
  text-align: left;
}

H2 {
  color: blue;
  font-size: large;
  font-style: italic;
  border-top: 0px;
  margin-top: 15px;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 15px;
  text-align: center;
}

H3 {
  color: black
  font-weight: bold;
  font-style: italic;
  font-size: large;
  border-top: 0px;
  margin-top: 5px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 5px;
  text-align: left;
}

P {
  color: black
  border-top: 0px;
  margin-top: 5px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 5px;
  text-align: justify;
}

ADDRESS {
  color: black
  font-family: "Verdana", "Arial", "Times New Roman", sans-serif;
  border-top: 0px;
  margin-top: 10px;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 10px;
  text-align: center;
}

HR {
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 0px;
}

TD {
  margin-top: 0pt;
  margin-right: 0pt;
  margin-left: 0pt;
  margin-bottom: 0pt;
}

TABLE {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

A:link { color: #0000ff; text-decoration: none }
A:active { color: #0000ff; text-decoration: none }
A:visited { color: #0f00ff; text-decoration: none }
A:hover { color: #ff0000; text-decoration: none }