
A:link {
  text-decoration: none; 
  color: #0066CC;
}

A:visited {  
  text-decoration: none;
  color: #6600CC;
}

A:active {  
  text-decoration: none;
  color: #738ED3;
}
