A:link {
	text-decoration: none;
	color : #394A71;
	font-weight : 800;
}
A:visited {
	text-decoration: none;
	color : #394A71;
	font-weight : 800;
}
A:active {
	text-decoration: none;
	color : #799BD9;
	font-weight : 800;
}
A:hover {
	text-decoration: none;
	color : #799BD9;
	font-weight : 800;
}

A:link.schwarz {
	text-decoration: none;
	color : Black;
	font-weight : 800;
}

A:visited.schwarz {
	text-decoration: none;
	color : Black;
	font-weight : 800;
}

A:hover.schwarz {
	text-decoration: underline;
	color : #799BD9;
	font-weight : 800;
}

BODY {
	text-decoration : none;
	font-family : Arial;
	font-weight : bold;
	font-size : small;
	background-color : #102647;
}

B.fett {
	font-weight : 800;
}

B.rot {
	color : Red;
}

B.small {
	font : x-small;
}

TABLE {
	font-family : Arial;
	font-size : small;
	font-weight : lighter;
	background-color : White;
}

TABLE.black {
	font-family : Arial;
	font-size : small;
	font-weight : lighter;
	background-color : Black;
}

TABLE.durch {
	font-family : Arial;
	font-size : small;
	font-weight : lighter;
	background-color : transparent;
}

TABLE.blau {
	font-family : Arial;
	font-size : small;
	font-weight : lighter;
	background : #5276AB;
}

