body {
  font-family: arial, helvetica, sans serif;
  font-size: 14px;
}
LI {
  font-family: arial, helvetica, sans serif;
  font-size: 14px;
}
P {
  font-family: arial, helvetica, sans serif;
  font-size: 14px;
  text-align: justify;
}
TD {
  font-family: arial, helvetica, sans serif;
  font-size: 14px;
  text-align: justify;
}
TH {
  font-family: arial, helvetica, sans serif;
  font-size: 14px;
  font-weight: bold;
}
DT {
  font-family: arial, helvetica, sans serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 2em;
}
DD {
  font-family: arial, helvetica, sans serif;
  font-size: 14px;
  text-align: justify;
}
H2 {
  font-family: arial, helvetica, sans serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
H3 {
  font-family: arial, helvetica, sans serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: red;
}
H4 {
  font-family: arial, helvetica, sans serif;
  font-size: 16px;
  font-weight: bold;
  margin-left: 3em;
  margin-top: 2em;
  margin-bottom: 0em;
  text-decoration: overline underline;
}
A:link {
  font-family: arial, helvetica, sans serif;
  font-size: 14px;
  font-weight: bold;
  color: blue;
}
A:hover {
  font-family: arial, helvetica, sans serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: overline underline;
  color: red;
}
A:active {
  font-family: arial, helvetica, sans serif;
  font-size: 14px;
  font-weight: bold;
  color: cyan;
}
A:visited {
  font-family: arial, helvetica, sans serif;
  font-size: 14px;
  font-weight: bold;
  color: blue;
}
.littlelink:link {
  font-family: arial, helvetica, sans serif;
  font-size: 10px;
  font-weight: bold;
  color: blue;
}
.littlelink:hover {
  font-family: arial, helvetica, sans serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: overline underline;
  color: red;
}
.littlelink:active {
  font-family: arial, helvetica, sans serif;
  font-size: 10px;
  font-weight: bold;
  color: cyan;
}
.littlelink:visited {
  font-family: arial, helvetica, sans serif;
  font-size: 10px;
  font-weight: bold;
  color: blue;
}
.copy {
  font-family: arial, helvetica, sans serif;
  font-size: 10px;
  text-align: center;
}
.yesfree {
  font-family: arial, helvetica, sans serif;
  font-size: 14px;
  color: #ff0033;
}

.disclaim {
  font-family: arial, helvetica, sans serif;
  font-size: 10px;
  text-align: justify;
  margin-left: 2em;
  margin-right: 2em;
}

