/* CSS-Datei */body	{background-color:#FFFFFF;	background-image:url(wasserzeichen.jpg);	margin-top:30px;	margin-left:30px;	margin-right:30px;}	A:link {color: #FF0000}	A:visited {color: #000000}	A:active {color: #FFFF00}a	/* links */	{font-family:"Arial";	font-weight:bold;	font-size:14px;}p	/* normaler text */	{font-family:"Arial";	text-align:left;	font-size:14px;	font-weight:bold;	color:#000000;}h1	/* wie normaler text, jedoch zentriert */	{font-family:"Arial";	text-align:center;	font-size:14px;	font-weight:bold;	color:#000000;}h2	/* überschrift */	{font-family:"Arial";	text-align:center;	font-size:25px;	font-weight:bold;	text-decoration:underline;	color:#000000;}