@CHARSET "ISO-8859-1";
body {
	background-color:		rgb(143,174,82);
}
#blume {	
	margin-top:				100px;
	display:				block;
	margin-left:			auto;
	margin-right:			auto;		
}

#link{
	margin-top:				-5px;
	text-align:				center;
	font-family:			Helvetika, Verdana, Arial, sans-serif;
	font-size:				22pt;
	text-decoration:		none;
	color:					white;
}
a {
	font-family:			Helvetika, Verdana, Arial, sans-serif;
	font-size:				22pt;
	text-decoration:		none;
	color:					white;	
}
a:hover {
	text-decoration:		none;
	color: 					rgb(96,137,59);
}
