/* --- global properties --- */p {  /* text */	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 16px;	color: #FFFFFF;  /* zentrieren für IE5/WIN */	text-align: left;	margin-left: 45px;	margin-right: 45px;	margin-top: 25px;	margin-bottom: 25px;}a {  /* text */	color: #FFFFFF;	text-decoration: none;}a:link {  /* text */	color: #FFFFFF;	text-decoration: none;}a:visited {  /* text */	color: #FFFFFF;	text-decoration: none;}a:hover {  /* text */	color: #FFFFFF;	text-decoration: underline;}a:active {  /* text */	color: #FFFFFF;	text-decoration: none;}