BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	line-height : 12px;
}

a{
	color : Navy;
}
		
A:ACTIVE {
	color: Red;
}

A:VISITED {
	color: Gray;
}

A:FOCUS {
	color: Teal;
}

.fett {
	font-weight : bold;
}

.kursiv {
	font-style : italic;
}

.titel {
	font-size : 16px;
	font-weight : bold;
	line-height : 17px;
	text-align : center;
}

H1 {
	font-size : 14px;
	font-weight : bold;
	line-height : 17px;
	text-align : center;
}

H2 {
	font-size : 12px;
	font-weight : bold;
	line-height : 17px;
	text-align : center;
}

p {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.header {font-family:Arial, Helvetica, sans-serif; font-size: 14px;  color : Navy; }
.text {	font-family:Arial, Helvetica, sans-serif; font-size: 12px;  color : Black;}



