a:link {
  color: #19eaff;
   text-decoration: none;
}

/* visited link */
a:visited {
  color: #19eaff;
   text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #19eaff;
   text-decoration: none;
}

/* selected link */
a:active {
  color: #19eaff;
   text-decoration: none;
}



.ag:link {
  color: #ffffff;
   text-decoration: none;
}

/* visited link */
.ag:visited {
  color: #ffffff;
   text-decoration: none;
}

/* mouse over link */
.ag:hover {
  color: #ffffff;
   text-decoration: none;
}

/* selected link */
.ag:active {
  color: #ffffff;
   text-decoration: none;
}

.hov:hover{
    opacity: 0.5;
}