body {
	background-color:#1f1a17;
	text-align:center;
}

.navi {
	background-color:#58585a;
	text-align: right;
	color:#000000;
}

.flow {
	color:#fff;
	font-family: Arial;
	font-size:12px;
}

.newsflow {
	color:#fff;
	font-family: Arial;
	font-size:12px;
	padding: 0 0 0 40px;
}


.h2 {
	color:#f48000;
	padding: 0 0 0 0;
	font-size: 14px;
}

.headline{
	color:#f48000;
	font-family: Verdana;
	font-size:14px;
	font-weight: bold;
}

.topic {
	color:#2f3031;
	font-family: Verdana;
	font-size:48px;
	font-weight: bold;
}
.navilink {
	a:link{
		font-size:14px;
	}
	a:visited{
		color:green;
	}
	a:hover{
		color:blue;
	}
	a:active{
		color:yellow;
	}
}

.naviinfo {
	text-align: left;
	color:#f48000;
}