body
{
	margin : 0px;
	font-family : verdana,arial, helvetica, geneva;
}

.bar
{
	color : black;
	position : relative !important;
	border :2 double black;
	width : 100%;
	text-decoration : none;
	cursor : hand;
	font-family : arial, helvetica, geneva;
	font-size : 20pt;
	font-weight : bold;
	align : center;
	background-color : white;
	display : block;
}

A.bar:hover
{
	color : white;
	position : relative !important;
	border :2 double black;
	width : 100%;
	text-decoration : none;
	cursor : hand;
	font-family : arial, helvetica, geneva;
	font-size : 20pt;
	font-weight : bold;
	align : center;
	background-color : #cc3300;
	display : block;
}

.headline
{
	font-size : 12pt;
	font-family : verdana,arial,geneva,helvetica;
	font-weight : bold;
}

.timestamp
{
	font-size : 8pt;
	font-family : verdana,arial,geneva,helvetica;
	font-weight : bold;
}

.article
{
	font-size : 10pt;
	font-family : verdana,arial,geneva,helvetica;
}