A:LINK {
	color : Blue;
	text-decoration : none;
}

A:ACTIVE {
	color : Red;
	text-decoration : none;
}

A:VISITED {
	color : Fuchsia;
	text-decoration : underline;
}

A:HOVER {
	color : Red;
	text-decoration : underline;
}

H1 {
	color : Navy;
	font : cursive;
}

H2 {
	color : #330099;
}

H3,H4, H5, H6 {
	color : Navy;
	font : normal sans-serif;
}

ADDRESS {
	background : InfoBackground left;
	font-family : sans-serif;
	font-size : 15px;
}

BODY {
	background : InfoBackground url(../bildsr/back.gif);
	scrollbar-DarkShadow-Color:#626262;
	scrollbar-Track-Color:#E5E5E5;
	scrollbar-Face-Color:#808080;
	scrollbar-Shadow-Color:#BFBFFF;
	scrollbar-Highlight-Color:#C0C0C0;
	scrollbar-3dLight-Color:#E2E2E2;
	scrollbar-Arrow-Color:#DFDFFF;
	background-attachment : fixed;
}

HR {
	color : Navy;
	height : 4px;
}

TR {
	background : transparent;
}

TH:first-letter {
	color : Red;
}








