table.news
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.news td.newstitle
{
	font-weight: bold;
	text-align:right;
	color: #990033;
}

table.news td.newsdate
{
	text-align: left;
	color: #0099CC;
}

table.news td.newscontent
{
	text-align: justify;
}


table.news td.reference
{
	color: #4466AA;
	padding: 5px;
	text-align: center;
}