/* Default style for links */
a:active  { color: #0000CC}
a:hover   { color: #CC0033; text-decoration: underline;}
a:link    { color: #3366CC; text-decoration: none;}
a:visited { color: #6699CC; text-decoration: none;}

/* Default style */
body
{
  background-color: #FFFFFF;
  font-size: 10pt;
  list-style: square;
  margin-left: 50px;
  margin-right: 5px;
  margin-top: 5px;
}

h1 { background-color: #eeeeff; }

/* Use this style for footnote numbers */
sup.Footnote
{
}

