table {
  font-size : 10pt;
}
p {
  color: #000000;
  font-size: 10pt;
  line-height: 12pt
}
.circle {
  font-size: 8pt;
  color: #3a6ea5;
}
a:link {
  color : #0000ff;
  text-decoration : none;
}
a:visited {
  color : #008040;
  text-decoration : none;
}
a:active {
  color : #ff0000;
  text-decoration : underline;
}
a:hover {
  color : #ff0000;
  text-decoration : underline;
}