a
{
	text-decoration:underline;
}

a:active
{
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}



.headline
{
	font-size:large;
	padding-bottom:5px;
}

.table_frame
{
	border:thin;
	border-style:solid;
	border-color:#000000;
	border-bottom-width:thin;
	background-color:#FFFFFF;
}

.news_item
{
	border:thin;
	border-style:solid;
	border-color:#000000;
	border-bottom-width:thin;
	background-color:#FFFFFF;
}

.content 
{
	background:#CCCCCC;
	border:thin;
	border-style:solid;
	border-width:thin;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}

