body {
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	color: #101010;
}

a { color: #101010; text-decoration:underline; }

a:hover { font-weight:bold; }
a:active { font-weight:bold; }

h1
{
	font-size: 48px;
	font-weight:normal;
	text-align:center;
}

h2
{
	font-size: 24px;
	font-weight:normal;
	text-align:center;
}

h3
{
	font-weight:bold;
}

table.NewsTable {
	/*border: 1px solid #333333;*/
	border-collapse: collapse;
	width: 800px;
	
	border-color: #666666;
	background-color: #CCCCCC;
	border-width: 2px;
	padding: 6px;
	border-spacing: 0px;
	border-style: solid;

}
table.NewsTable td
{
	border-color: #666666;
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
}
td.NewsTitle {
	font-weight: bold;
	text-align: center;
	padding: 6px;
	width: 100%;
}
td.NewsDate {
	font-weight: bold;
	padding: 6px;
	width: 100px;
}
td.NewsContent {
	background-color: #E7E7E7;
	width: 100%;
	padding: 16px;
}
