TABLE.news {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

TABLE.news TH {
  text-align: center;
  border-width: 1px;
  border-style: solid;
}

TABLE.news TD {
  border-width: 1px;
  border-style: solid;
  padding: 3px 6px 3px 6px;
}

TABLE.news TD.center {
  text-align: center;
}

TABLE.news TD.right {
  text-align: right;
}
