table {
  text-align: center !important; 
  color: black;
  padding-bottom: 600px;
  width: 100%;

}

body {
    font-family: Arial, Helvetica, sans-serif;
}

a {
 color: #313131;
 font-weight: 600;
}

a:hover {
 color: #890a1d;
}

#tblNews {

  color: black;

}

.NewsTitle {
  color: black;
  font-size: x-large;
}

#newsDetail {
  text-align: center !important; 
  color: black;
  padding-bottom: 600px;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 400px;

}