.Normal {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #660000;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}.Fett {

	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

