P  {}

H1  {}

H2  {}

H3  {}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {}

.link  {
	font-size : small;
	font-family : Arial;
	color : #144AB8;
	font-weight : bold;
	text-decoration : none;
	font-style : normal;
}

.link:Hover  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	color : #CC9900;
	text-decoration : none;
}

.linksklein  {
	text-decoration : none;
	color : #144AB8;
}

.linksklein:Hover  {
	text-decoration : none;
	color : #CC9900;
}

.link:Visited  {
	font-size : small;
	font-family : Arial;
	text-decoration : none;
	font-weight : bold;
	color : #666666;
}

.linksklein:Visited  {
	color : #666666;
	text-decoration : none;
}


