a[rel]{
  color: #239be6 !important;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a[rel]:hover {
  color: #1f8acc !important; 
  text-decoration: none;
}
