/* Start custom CSS */h3 a:link, a:visited, a:active   {
  color: #4c6f94;
  font-weight: 500;
 
}

/* mouse over link */
h3 a:hover {
  color: #4c6f94;
}/* End custom CSS */