
/*page trending article title link*/
#trendindTitle:link, #artTitle:link, #firstartTitle:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
#trendindTitle:visited, #artTitle:visited, #firstartTitle:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
#trendindTitle:hover, #artTitle:hover, #firstartTitle:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}
#trendindTitle:active, #artTitle:active, #firstartTitle:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}


#trendindFrontTitle:link, #mainTitleLink:link {
    color: white;
  background-color: transparent;
  text-decoration: none;
}
#trendindFrontTitle:visited, #mainTitleLink:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
#trendindFrontTitle:hover, #mainTitleLink:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
#trendindFrontTitle:active, #mainTitleLink:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
