body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000099;
	background-color: #888888;
	list-style-type: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	top: auto;
	margin-top: 25px;
	background-image: 	
; 	

}
/* pseudoklassen voor hyperlinks */
a:link{
text-decoration: none;
color:#FFFF67
}
a:visited{
text-decoration: none;
color:#FFFF67
}
a:hover{
cursor: pointer;
text-decoration: none;
color:#000099;
background-color:#FFFF67
}