.newsscroller_title{
  font-weight: bold;
  font-size: 20px;
  text-decoration: underline;
  color:black;
  
}

.scrollercontent{
  text-align:justify;
  color:black !important;
}

a:link {
  color: #1F4FA3;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: black;
}

/* selected link */
a:active {
  color: blue;
}