/* CSS Document */

body {
	background-color: #3C3C3C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titel {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #0098d7;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;

}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: hover;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

