/* General Style */
body {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
} 
body,p,ul,ol,li,div,td,th,address,blockquote {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

/* Links */
a., a:link, a:visited, a:active {
  text-decoration: underline;
  background: transparent;
  color: #990000;
//  font-weight: bold;
}
a.out, a:link.out, a:visited.out, a:active.out {
  text-decoration: underline;
  background: transparent;
  color: #003300;
//  font-weight: bold;
}
a:hover {
  color: #000033;
}

/* Copy */
.headline {
  font-family: Times, Times-Roman, serif;
  font-size: 14pt;
}
.shaded {
 /* was CCFFFF; */
  background-color: 7CCBC5;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: oblique;
}
.fine {
  font-size: 8pt;
}
