BODY {
	font-size: small;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #FFF1DF;
	color: Navy;
}

A {
	text-decoration: none;
	color: #800040;
}

A:HOVER {
	color : Blue;
	text-decoration : underline;
}

TABLE {
	font-size : x-small;
	font-family :  Tahoma, Arial, Helvetica;
}

td.small1 {
	font-size : x-small;
}

td.small2 {
	font-size : xx-small;
	color : Gray;
}

td.normal {
	font-size : small;
}

td.header {
	font-size : small;
}

td.menu {
	font-size: x-small;
	padding: 3;
	background-color: #7FFFD4;
	text-align: center;
	width: 140;
}

td.data1 {
	font-size: small;
	padding: 6 6;
	background-color: #c0c0FF;
}

td.header1 {
	font-size: small;
	padding: 3;
	background-color: #7f7fc0;
	text-align: center;
	color: White;
	font-weight: bold;
}

td.content2 {
	font-size : x-small;
	padding : 6;
	background-color : A0a0ff;
	text-align : left;
	color : Black;
}


td.titel {
	font-size : x-small;
	padding : 3;
	background-color : #3366CC;
	text-align : left;
	color : White;
	font-weight : bold;
}

td.inhalt {
	font-size: x-small;
	padding: 3;
	background-color: #E0DFFF;
	text-align: left;
	color: Black;
	font-weight: bold;
}

.small1 {
	font-size : x-small;
}

.small2 {
	font-size: xx-small;
	color: Navy;
}

.large {
	font-size : large;
	color : Black;
}

.papername {
	font-size : x-small;
	color : Teal;
	font-style : italic;
}