A:link 
{
  color: #AAAABB;
  text-decoration: none
}

A:active 
{
  color: #AAAABB;
  text-decoration: none
}

A:visited 
{
  color: #AAAABB;
  text-decoration: none
}

A:hover 
{
  color: #7878FF;
  text-decoration: none
}