table  {
  font-size : 10pt;
}
p {
  font-size : 10pt;
  color : #000000;
  line-height: 12pt
}
.admin  {
  color : #0080ff;
  font-weight : bold;
}
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;
}