body {
      background: #FFFFFF;
      color: #000000;
}

a {
      background: none;
      color: #00007F;
      font-weight: bold;
      text-decoration: none;
}
a:link {
      background: none;
      color: #00007F;
}
a:visited {
      background: none;
      color: #00007F;
}
a:hover {
      background: none;
      color: #BFBFBF;
}
a:focus {
      background: none;
      color: #BFBFBF;
}
a:active {
      background: none;
      color:#000000;
}

.standard {
      font-size: 12pt;
}
.mini {
      font-size: 8pt;
}
.img {
      vertical-align: top;
      border: 0;
}