a{
	text-decoration: none;
	color: #224F8B;
	;
	font-family: "Century Gothic"
}

a:hover{
	text-decoration: none;
	color: Green;
}



a.aktiv {

	text-decoration: none;

	color: #CC3300;

}

a.aktiv:hover{
	text-decoration: none;
	color: Green;
}



BODY{
	scrollbar-face-color: #224F8B;
	scrollbar-arrow-color: White;
	scrollbar-track-color:#00A9E1;
	scrollbar-shadow-color: Navy;
	scrollbar-highlight-color: Blue;
	scrollbar-3dlight-color:#FFFFFF;
	background-color: #FAFAFF;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat
}
