A:LINK {
	color : Blue;
	text-decoration : none;
	font-weight : bold;
}

A:ACTIVE {
	color : Red;
	text-decoration : none;
}

A:VISITED {
	color : Fuchsia;
	text-decoration : underline;
}

A:HOVER {
	color : Red;
	text-decoration : underline;
}

H1 {
	color : Navy;
}

H2 {
	color : #330099;
}

H3,H4, H5, H6 {
	color : Navy;
}

ADDRESS {
	background : InfoBackground left;
	font-family : sans-serif;
	font-size : 15px;
}

BODY {
	background : InfoBackground url(../bildsr/back.gif);
	background-attachment : fixed;
}

HR {
	color : Navy;
	height : 3px;
}

P.time {
	color : Black;
	font-family : cursive;
	font-weight : lighter;
	font-size : 12px;
}

P.text-fett {
	color : ThreedDarkShadow;
	font-family : serif;
	font-weight : bolder;
}
P.text {
	color : Navy;
	font-family : "Comic Sans MS";
	font-weight : lighter;
	font-size : 24px;
}









