.NavigationBar
{
	width		: 100%;
	direction	: rtl;
	background	: #f0f0f0;
	border		: 1px solid #dddddd;
}

.NavigationBar *
{
	color		: black;
	font-size	: 20px;
}

.newsItemDate
{
	color           : black;
	font-size       : 17px;
	text-decoration : none;
	font-weight     : bold;
	text-align	: center;
	font-style	: italic;
}

.newsItemHeadline
{
	text-decoration : none;
	font-size       : 24px;
	color           : #990000;
	margin-bottom   : 3px;
}

.newsContent
{
	text-align 	: justify;
}

.newsSource
{
	text-decoration : none;
	color           : black;
	font-size       : 14px;
	font-weight     : bold;
}

.newsSource:hover
{
	text-decoration : underline;
}

hr
{
	color		: black;
	height		: 1px;
	width		: 98%;
}
