/* CSS Document */

A {
font-family : Verdana,Arial,Sans-Serif;
color : black;
text-decoration : none;
}

A:Visited {
font-family : Verdana,Arial,Sans-Serif;
color : black;
text-decoration : none;
}

A:Active {
font-family : Verdana,Arial,Sans-Serif;
color : black;
text-decoration : none;
}

A:Hover {
font-family : Verdana,Arial,Sans-Serif;
color : black;
text-decoration : underline;
}

.text {
	text-align: justify;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px;
}

.normal {
	font-size: 12px;
}
.normal .blau {
	color: #00F;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
}

