.index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../bilder/startbild.jpg);
	background-repeat: no-repeat;
	background-position: center center;


}
a:link {
	font-weight:900;
	color:#FF00FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
a:visited {
	font-weight:bold;
	color:#000099;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-variant: normal;
}
a:hover {
	font-weight:bolder;
	color:#FF0000;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-variant: normal;
}
a:active {
	font-weight:bold;
	color:#FF00FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-variant: normal;
}
a:focus {
	font-weight:bolder;
	color:#FF00FF;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
