A:link {
  color: RGB(67,73,110);
  text-decoration: none;
}

A:active {
  color: RGB(67,73,110);
  text-decoration: none;
}

A:visited {
  color: RGB(67,73,110);
  text-decoration: none;
}

A:hover {
  color: RGB(67,73,110);
  text-decoration: none;
}


A.normal:link {
  color: RGB(53,108,231);
  text-decoration: none;
}

A.normal:active {
  color: RGB(108,118,182);
  text-decoration: none;
}

A.normal:visited {
  color: RGB(53,108,231);
  text-decoration: none;
}

A.normal:hover {
  color: RGB(108,118,182);
  text-decoration: none;
}




