
h3 {
	text-align: center;
	text-decoration: none !important;
	text-decoration-color: #FFF !important;
}


a {
  text-decoration: none !important;
	text-decoration-color: #FFF !important;
}
a:link {
  text-decoration: none !important;
	text-decoration-color: #FFF !important;
}

a:link {
  color:  #198fd9 !important;  /*blue*/
  /*color:  #1477b5 !important; */ /*blue*/
  text-decoration: none !important;
  font-weight: 700;
}
a:visited {
  color:  #198fd9 !important;  /*blue*/
  /*color:  #1477b5 !important;*/  /*blue*/
  font-weight: 700 !important; 
  text-decoration: none !important;
}

a:hover {
  color: #ff0099 !important; /* pink */ 
  text-decoration: underline !important;
}
a:active {
  text-decoration: none !important;
  font-weight: 700;
}