td {
  text-align: justify;
}

a:link {
  text-decoration: none;
  font-weight: bold;
  color: rgb( 51, 153, 255 );
}

a:active {
  text-decoration: none;
  font-weight: bold;
  color: rgb( 51, 153, 255 );
}

a:visited {
  text-decoration: none;
  font-weight: bold;
  color: rgb( 51, 153, 255 );
}