body {
  background-color: #FFFFFF;
  margin: 0px;
  color: #000000;
}

a:Link {
  color:#CC0000;
  text-decoration:underline;
}
a:Visited {
  color:#CC3300;
  text-decoration:underline;
}
a:Hover {
  text-decoration:none;
}
p {
  margin:15px;
}
body,p,font,td,ul,li {
  font-family: Georgia, Times New Roman, serif;
  font-size: 10pt;
}
hr {
  color: #000000;
}

.one {
  font-size: 8pt;
}
.two {
  font-size: 10pt;
}
.three {
  font-size: 12pt;
}
.four {
  font-size: 14pt;
}
.five {
  font-size: 18pt;
}
.strong {
  font-size: 12pt;
  font-weight: bold;
}

