a{
	text-decoration: none;
	color: #004400;
	font-family: "Century Gothic"
}

a:hover{
	text-decoration: underline;
	color: #990000;
}



a.aktiv {
	text-decoration: none;
	color: #AA3300;
}

a.aktiv:hover{
	text-decoration: none;
	color: Green;
}



BODY{
	scrollbar-face-color: #000055;
	scrollbar-arrow-color: White;
	scrollbar-track-color:#cad9ff;
	scrollbar-shadow-color: Navy;
	scrollbar-highlight-color: Blue;
	scrollbar-3dlight-color:#FFFFFF;
	background-color: #F1F7FF;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat
}

