BODY {
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: black;
  font-size: 8pt;
  background: #006000;
  text-align: center;
  width : 640px;
  margin-left : auto;
  margin-right : auto;
}

TABLE {
  background: #FFFFFF;
  text-align: left;
}

H1 {
  font-size: 16pt;
  color: #008000;
}

H2 {
  font-size: 14pt;
  color: blue;
}

H2 A:link, H2 a:visited {
  font-weight: bold;
  text-decoration: none;
}

H2 a:hover {
  text-decoration: underline;
  color: #FFC00F;
}

H3 {
  font-size: 12pt;
  font-weight: bold;
  color: black;
}

H3 A:link, H3 A:visited {
  font-style: normal;
  font-weight: bold;
  font-size: 12pt;
  color: #0000FF;
  text-decoration: none;
}

H3 a:hover {
  text-decoration: underline;
  color: #FFC00F;
}

EM {
  font-size: 11pt;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
}

P {
  font-size: 10pt;
  text-align: justify;
}

OL {
  font-size: 9pt;
}

UL {
  font-size: 9pt;
}

A:link, A:visited {
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #0000FF;
}

A:hover {
  text-decoration: underline;
  background-color: #FFFF00;
}