
html,body {
 background-color: white; 
 font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
 font-size: 10pt;
}

h1 { font-size: 200%; text-align: center; }
h2 { font-size: 150%; color: #990033; }
h3 { font-size: 120%; color: #990033; }
h4 { font-size: 110%; }

p.footnote { 
  font-size: 90%; 
  padding-right: 0.3em;
  text-align: right;
}
div.more {
  padding-right: 0.3em;
  text-align: center;
}
p.mini { font-size: 80%; }
p.special { color: #990033; }
p.minispecial { 
  font-size: 80%; 
  color: #990033; 
}
td.leftstyle { font-size: 110%; }
td.rightstyle {
  color: #CCCCCC;
  background: #990033;
  padding-right: 0.3em;
  text-align: right;
  font-size: 110%;
}
p.topstyle {
  color: #CCCCCC;
  background: #990033;
  text-align: justify;
  font-size: 110%;
}


a:link { text-decoration: none; color: #990033 }
a:hover { text-decoration: underline; color: #990033 }
a:visited { text-decoration: none; color: #990033 }

a.reverse:link { text-decoration: none; color: #CCCCCC }
a.reverse:hover { text-decoration: underline; color: #CCCCCC }
a.reverse:visited { text-decoration: none; color: #CCCCCC }

