BODY {
	background-color : White;
}

h1,h3,h6,a,p,b,td {
	font-family: Arial, Helvetica, sans-serif;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	color: green;
	font-size : 14pt;
}

p,td {
        font-size : 10pt;
}

h2  {
        font-size : 18pt;
        font-family : Arial, Helvetica, sans-serif;
}

h5  {
	    font-family: Arial, Helvetica, sans-serif;
	    color: Green;
	    font-size : 12pt;
	    font-weight : bold;
}

.klein {
        font-size: 9 pt;
}  

A {
	color : Blue;
}


A:hover {
	color: Green;
}

.navi {
        font-size: 8 pt;
		color: white;
		font-weight : bold;
} 

a.navi {
	font-size: 8 pt;
	color: white;
	font-style: normal;
	text-decoration: none;
	font-weight : bold;
	} 

a:hover.navi {
	font-size: 8 pt;
	color: Red;
	text-decoration: none;
}