body {
	margin: 0;
	padding: 0;
	background: #122a45;
	color: rgb(255, 255, 255);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.Titel {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}



a {
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}