P  {
	font-family : small;
	font-size : 10pt;
}

H1  {
	font-size : x-large;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
}

H2  {
	font-size : large;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
}

H3  {
	font-size : medium;
	font-family : sans-serif;
	font-style : normal;
	font-weight : bold;
}

A  {
	color : Blue;
}

A:Visited  {
	color : Blue;
	font-weight : normal;
	text-decoration : underline;
}

A:Active  {
	color : Blue;
	text-decoration : underline;
	font-weight : normal;
}

A:Hover  {
	color : Fuchsia;
	text-decoration : underline;
	font-weight : normal;
}

BODY  {
	font-size : small;
	font-family : sans-serif;
}

TD  {
	font-size : small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Navy;
}

TD B  {
	font-weight : bold;
	font-family : sans-serif;
}

DD  {}

DD.Art  {
	color : Gray;
}

DT  {
	font-weight : bold;
}

DT A  {
	color : Navy;
}

TD.smallmenue  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
}

BR.menue  {
	color : White;
	font-family : sans-serif;
}

.Menue  {
	color : White;
	font-weight : normal;
}

LI  {
	list-style-type : circle;
}

