html,body{
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #18161B;
	color: #000000;
	font-family: Arial,Verdana,Sans-serif;
	font-size: 16px;
}

.footer{
	color: #FFFFFF;
	font-family: Arial,Verdana,Sans-serif;
	font-size: 16px;	
}

.headline{
	color: #000000;
	font-family: Arial,Verdana,Sans-serif;
	font-size: 18px;
	font-weight: bold;		
}

.data{
	color: #000000;
	font-family: Arial,Verdana,Sans-serif;
	font-size: 14px;
}

	a.link:link { text-decoration:underline; font-weight:bold; color:#E42522; }
	a.link:visited { text-decoration:underline; font-weight:bold; color:#E42522; }
	a.link:hover { text-decoration:none; font-weight:bold; color:#000000;}
	a.link:active { text-decoration:underline; font-weight:bold; color:#E42522; }
	a.link:focus { text-decoration:underline; font-weight:bold; color:#E42522; }	
		