/* Default style for links */
a:active { 
/* green */
  color: #409600;
  text-decoration: none;
}
a:hover {
/* green */
  color: #409600;
  text-decoration: none;
}
a:link {
/* dark blue */
  color: #003399;
  text-decoration: none;
}
 a:visited {
/* light blue */
  color: #428ADE;
  text-decoration: none;
}

/* Default style */
body
{
  background-color: #FFFFFF;
}

/* Use this style for footnote numbers */
sup.Footnote
{
}

/* Use this style to control spacing for inline related topics tags */
div.WWHInlineRelatedTopics
{
  margin-top:    8px;
  margin-bottom: 4px;
}
