@charset "utf-8";
/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
	color: #CCCCCC;
	background: #000 url(images/body_bg.jpg) top left repeat-x fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Titels {
	color: #FFCC00;
	font-weight: bold;
	font-size: 14px;
}


a:link {
	color: #FFCC00;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FFFFFF;
}

