a,
a:link,
a:visited {
  text-decoration: none;
  color: #0202A8;
}
a:active{
  color: #FFCC66;
}
a:hover  { 
  color: #660000;
 } 