.NewsList
{
	color: #505050;
		
}

.NewsList .NewsItem .Title
{
	font-weight: bold;
	font-size: 10px;
}

.NewsList .NewsItem a
{
    text-decoration: none;
	color: black;
}

.NewsList .NewsItem a:hover
{
    text-decoration: underline;
	color: Gray;
}

/* Individuel nyhed! */

.NewsItem
{

}

.NewsItem .Title
{
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #505050;
}

.NewsItem Story
{
	color: #505050;
}