/* unvisited link */
a:link {
  color: #003399;
}

/* visited link */
a:visited {
  color: #003399;
}

/* mouse over link */
a:hover {
  color: #cccccc;
}

/* selected link */
a:active {
  color: #003399;
  }

#sp-main-body a {color: #003399 !Important;}

#sp-main-body a:hover {color: #cccccc !Important;}