/* Default style for links */
a:link    { color: #3366CC}
a:visited { color: #9999CC}
a:active  { color: #0000CC}
a:hover   { color: #CC0033}

/* Default style */
body
{
  background-color: #FFFFFF;
}

/* Use this style for footnote numbers */
sup.Footnote
{
}

/* Below added by Scriptorium to customize
   link display on blue background in table headers */

th a:link    { color: #FFFFFF }
th a:visited { color: #FFFFFF; text-decoration: underline }
th a:active  { color: #FFFFFF; text-decoration: underline }
th a:hover   { color: #CC0033 } 

