body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

body {
	background-color: #102946;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
}

a,a:link,a:visited,a:active {
	background-color: #E9ECCC;	
	color: #000000;
	text-decoration: none;	
}

a:hover{
	background-color: #B7DA5B;
	color: #000000;
	text-decoration: none;	
}

.titel {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.button {
	cursor: hand;
}