a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: Blue;
}
a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: Red;
}
a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: Blue
}
	p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color : Black;
         font-size: small;
}
	h1 {
	font-size: large;
}
	h2 {
	font-size: medium;
}
	h3 {
	font-size: small;
}
	p,div,td,th,address,nobr,pre {
	font-size: small;
}
	ol,li,ul {
	font-size : small;
	line-height : 150%;
}
	p.klein {
	font-size: small;
}
	p.menu {
	font-size: small;
}

