/* Stylesheets für index */
body 
	{ 
	color: black; 
	background: #FBFEC5; 
	margin-left: 10%; 
	margin-right: 10% 
	}

a:link 		{ color:#000080; }
a:visited 	{ color:#800000; }
a:active 	{ color:#008000; }


h1,h2,h3,h4,h5,h6 
	{ 
	margin-left: 1%; 
	font-family: Verdana, Arial, sans-serif; 
	color: #008080;
	}
h3 
	{ 
	color: #008080; 
	}

p 
	{ line-height: 160%; 
	font-family: Verdana, Arial, sans-serif; 
	font-size:12px;  
	}

.navigation 
	{
	line-height:140%; 
	font-size: 14px;
	} 
