/* Default style for links */
a:active  { color: #0000cc}
a:hover   { color: #cc0033}
a:link    { color: #3366cc}
a:visited { color: #9999cc}

/* Default style */
body
{
  background-color: #ffffff;
}

/* Use this style for footnote numbers */
span.Footnote
{
  font-size: smaller;
  vertical-align: super
}
