<style type="text/css">
*{margin:0;padding:0;}
<!-- 

/* Formatierung für gesamte Seite */
 	body
	 	{
	 	background-color: #DEDDDD;
		text-align: center;
	 	font-family: Arial, Verdana;
	 	font-size: 4pt;
	 	font-weight: lighter;
	 	color: #000000;
	 	margin-top: 0px;
	 	scrollbar-face-color: #ffffff;
		scrollbar-shadow-color: #000000;
		scrollbar-highlight-color: #000000;
		scrollbar-3dlight-color: #ffffff;
		scrollbar-darkshadow-color: #ffffff;
		scrollbar-track-color: #ffffff;
		scrollbar-arrow-color: #DEDDDD;
	 	}

/* Verweise */
	a:link
		{
		color:#000000;
		text-decoration:underline;
		}
	a:visited
		{
		color:#000000;
		text-decoration:none;
		}
	a:active
		{
		color:#DC2B19;
		text-decoration:none
		}
	a:hover   						/* Verweise bei "MouseOver" */
		{
		color:#DC2B19;
		font-weight:bold;
		text-decoration:underline
		}
	 
-->
</style>