body {
	background-color: #e9e9ec;
	margin: 0;
	padding: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.wrapper {
	background: url(../img/topnews-bg.png) no-repeat;
	width: 250px;
	height: 102px;
}

.fortuna-news-list {
	padding-top: 8px;
	padding-left: 8px;
}

.fortuna-news-image {
	width: 84px;
	height: 84px;
	float: left;
	margin-right: 7px;
}

.fortuna-news-image img {
	border: 1px solid #5a5b5b;
}

.fortuna-news-headline {
	width: 142px;
	float: left;
	padding-top: 32px;
}

.fortuna-news-headline a, 
.fortuna-news-headline a:link, 
.fortuna-news-headline a:visited {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.fortuna-news-headline a:hover, 
.fortuna-news-headline a:active {
	color: #e21818;
	font-weight: bold;
	text-decoration: none;
}